Class CommitLogPosition

java.lang.Object
org.apache.cassandra.db.commitlog.CommitLogPosition
All Implemented Interfaces:
Comparable<CommitLogPosition>
Direct Known Subclasses:
Memtable.LastCommitLogPosition

public class CommitLogPosition extends Object implements Comparable<CommitLogPosition>
Contains a segment id and a position for CommitLogSegment identification. Used for both replay and general CommitLog file reading.