public static class Engine.CommitId extends Object implements Writeable
| コンストラクタと説明 |
|---|
CommitId(byte[] id) |
CommitId(StreamInput in) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
idsEqual(byte[] id) |
Engine.CommitId |
readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
String |
toString() |
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
public CommitId(byte[] id)
public CommitId(StreamInput in) throws IOException
IOExceptionpublic Engine.CommitId readFrom(StreamInput in) throws IOException
StreamableReaderreadFrom インタフェース内 StreamableReaderIOExceptionpublic void writeTo(StreamOutput out) throws IOException
WriteablewriteTo インタフェース内 WriteableIOExceptionpublic boolean idsEqual(byte[] id)
Copyright © 2009–2016. All rights reserved.