Uses of Class
org.apache.cassandra.db.commitlog.CommitLogSegment
-
Packages that use CommitLogSegment Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogSegment in org.apache.cassandra.db.commitlog
Subclasses of CommitLogSegment in org.apache.cassandra.db.commitlog Modifier and Type Class Description classCompressedSegmentCompressed commit log segment.classDirectIOSegmentclassEncryptedSegmentWrites encrypted segments to disk.classFileDirectSegmentWrites to the backing commit log file only on sync, allowing transformations of the mutations, such as compression or encryption, before writing out to disk.classMemoryMappedSegmentMethods in org.apache.cassandra.db.commitlog that return CommitLogSegment Modifier and Type Method Description abstract CommitLogSegmentCommitLogSegment.Builder. build()protected CommitLogSegmentAbstractCommitLogSegmentManager. createSegment()Hook to allow segment managers to track state surrounding creation of new segments.CommitLogSegmentCommitLogSegmentManagerCDC. createSegment()On segment creation, flag whether the segment should accept CDC mutations or not based on the total currently allocated unflushed CDC segments and the contents of cdc_raw Synchronized on thisCommitLogSegmentCommitLogSegmentManagerStandard. createSegment()Methods in org.apache.cassandra.db.commitlog that return types with arguments of type CommitLogSegment Modifier and Type Method Description java.util.Collection<CommitLogSegment>AbstractCommitLogSegmentManager. getActiveSegments()Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogSegment Modifier and Type Method Description voidCommitLogSegmentManagerCDC. discard(CommitLogSegment segment, boolean delete)voidCommitLogSegmentManagerStandard. discard(CommitLogSegment segment, boolean delete)voidCommitLogArchiver. maybeArchive(CommitLogSegment segment)
-