Package org.apache.cassandra.db.memtable
Class Memtable.LastCommitLogPosition
java.lang.Object
org.apache.cassandra.db.commitlog.CommitLogPosition
org.apache.cassandra.db.memtable.Memtable.LastCommitLogPosition
- All Implemented Interfaces:
Comparable<CommitLogPosition>
- Enclosing interface:
- Memtable
Special commit log position marker used in the upper bound marker setting process
(see
ColumnFamilyStore.setCommitLogUpperBound(java.util.concurrent.atomic.AtomicReference<org.apache.cassandra.db.commitlog.CommitLogPosition>) and Memtable.accepts(org.apache.cassandra.utils.concurrent.OpOrder.Group, org.apache.cassandra.db.commitlog.CommitLogPosition))-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.db.commitlog.CommitLogPosition
CommitLogPosition.CommitLogPositionSerializer -
Field Summary
Fields inherited from class org.apache.cassandra.db.commitlog.CommitLogPosition
comparator, NONE, position, segmentId, serializer -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LastCommitLogPosition
-