Writeable.Reader<V>, Writeable.Writer<V>| Constructor and Description |
|---|
CommitId(byte[] id) |
CommitId(StreamInput in)
Read from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
idsEqual(byte[] id) |
java.lang.String |
toString() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public CommitId(byte[] id)
public CommitId(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean idsEqual(byte[] id)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object