Uses of Class
org.apache.cassandra.db.commitlog.AbstractCommitLogSegmentManager
Packages that use AbstractCommitLogSegmentManager
Package
Description
-
Uses of AbstractCommitLogSegmentManager in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return types with arguments of type AbstractCommitLogSegmentManagerMethod parameters in org.apache.cassandra.config with type arguments of type AbstractCommitLogSegmentManagerModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setCommitLogSegmentMgrProvider(Function<CommitLog, AbstractCommitLogSegmentManager> provider) -
Uses of AbstractCommitLogSegmentManager in org.apache.cassandra.db.commitlog
Subclasses of AbstractCommitLogSegmentManager in org.apache.cassandra.db.commitlogModifier and TypeClassDescriptionclassclassFields in org.apache.cassandra.db.commitlog declared as AbstractCommitLogSegmentManagerModifier and TypeFieldDescriptionprotected final AbstractCommitLogSegmentManagerCommitLogSegment.managerCommitLog.segmentManagerprotected final AbstractCommitLogSegmentManagerCommitLogSegment.Builder.segmentManagerConstructors in org.apache.cassandra.db.commitlog with parameters of type AbstractCommitLogSegmentManagerModifierConstructorDescriptionBuilder(AbstractCommitLogSegmentManager segmentManager) CompressedSegmentBuilder(AbstractCommitLogSegmentManager segmentManager) DirectIOSegmentBuilder(AbstractCommitLogSegmentManager segmentManager) DirectIOSegmentBuilder(AbstractCommitLogSegmentManager segmentManager, int fsBlockSize) EncryptedSegment(AbstractCommitLogSegmentManager manager, net.openhft.chronicle.core.util.ThrowingFunction<Path, FileChannel, IOException> channelFactory) EncryptedSegmentBuilder(AbstractCommitLogSegmentManager segmentManager) MemoryMappedSegmentBuilder(AbstractCommitLogSegmentManager segmentManager) -
Uses of AbstractCommitLogSegmentManager in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics with parameters of type AbstractCommitLogSegmentManagerModifier and TypeMethodDescriptionvoidCommitLogMetrics.attach(AbstractCommitLogService service, AbstractCommitLogSegmentManager segmentManager)