Class CommitLogSegment.Allocation
- java.lang.Object
-
- org.apache.cassandra.db.commitlog.CommitLogSegment.Allocation
-
- Enclosing class:
- CommitLogSegment
protected static class CommitLogSegment.Allocation extends java.lang.Object
A simple class for tracking information about the portion of a segment that has been allocated to a log write.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommitLogPosition
getCommitLogPosition()
Returns the position in the CommitLogSegment at the end of this allocation.
-
-
-
Method Detail
-
getCommitLogPosition
public CommitLogPosition getCommitLogPosition()
Returns the position in the CommitLogSegment at the end of this allocation.
-
-