Package com.eventstore.dbclient
Class Position
java.lang.Object
com.eventstore.dbclient.Position
- All Implemented Interfaces:
Comparable<Position>
Transaction log position.
-
Constructor Details
-
Position
public Position(long commitUnsigned, long prepareUnsigned) -
Position
-
-
Method Details
-
getPrepareUnsigned
public long getPrepareUnsigned()Returns the prepare position. -
getCommitUnsigned
public long getCommitUnsigned()Returns the commit position. -
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Position>
-