Class CommitLogSegment.Allocation

java.lang.Object
org.apache.cassandra.db.commitlog.CommitLogSegment.Allocation
Enclosing class:
CommitLogSegment

protected static class CommitLogSegment.Allocation extends Object
A simple class for tracking information about the portion of a segment that has been allocated to a log write.
  • Method Details

    • getCommitLogPosition

      public CommitLogPosition getCommitLogPosition()
      Returns the position in the CommitLogSegment at the end of this allocation.