Uses of Class
org.apache.cassandra.db.commitlog.CommitLogSegment.Allocation
Packages that use CommitLogSegment.Allocation
-
Uses of CommitLogSegment.Allocation in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return CommitLogSegment.AllocationModifier and TypeMethodDescriptionabstract CommitLogSegment.AllocationAllocate a segment within this CLSM.Reserve space in the current segment for the provided mutation or, if there isn't space available, create a new segment.Reserve space in the current segment for the provided mutation or, if there isn't space available, create a new segment.Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogSegment.AllocationModifier and TypeMethodDescriptionvoidAbstractCommitLogService.finishWriteFor(CommitLogSegment.Allocation alloc) Block for @param alloc to be sync'd as necessary, and handle bookkeepingprotected abstract voidAbstractCommitLogService.maybeWaitForSync(CommitLogSegment.Allocation alloc) protected voidGroupCommitLogService.maybeWaitForSync(CommitLogSegment.Allocation alloc)