Package org.elasticsearch.index.engine
Class Engine.CommitId
java.lang.Object
org.elasticsearch.index.engine.Engine.CommitId
- All Implemented Interfaces:
Writeable
- Enclosing class:
- Engine
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
idsEqual(byte[] id)
toString()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
CommitId
public CommitId(byte[] id) -
CommitId
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
toString
-
idsEqual
public boolean idsEqual(byte[] id) -
equals
-
hashCode
public int hashCode()
-