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.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String toString()
toString
in class java.lang.Object
public boolean idsEqual(byte[] id)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object