Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCommitLogPosition

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