Uses of Class
org.apache.cassandra.db.commitlog.AbstractCommitLogSegmentManager
-
Packages that use AbstractCommitLogSegmentManager Package Description org.apache.cassandra.config org.apache.cassandra.db.commitlog org.apache.cassandra.metrics -
-
Uses of AbstractCommitLogSegmentManager in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return types with arguments of type AbstractCommitLogSegmentManager Modifier and Type Method Description static java.util.function.Function<CommitLog,AbstractCommitLogSegmentManager>
DatabaseDescriptor. getCommitLogSegmentMgrProvider()
Method parameters in org.apache.cassandra.config with type arguments of type AbstractCommitLogSegmentManager Modifier and Type Method Description static void
DatabaseDescriptor. setCommitLogSegmentMgrProvider(java.util.function.Function<CommitLog,AbstractCommitLogSegmentManager> provider)
-
Uses of AbstractCommitLogSegmentManager in org.apache.cassandra.db.commitlog
Subclasses of AbstractCommitLogSegmentManager in org.apache.cassandra.db.commitlog Modifier and Type Class Description class
CommitLogSegmentManagerCDC
class
CommitLogSegmentManagerStandard
Fields in org.apache.cassandra.db.commitlog declared as AbstractCommitLogSegmentManager Modifier and Type Field Description protected AbstractCommitLogSegmentManager
CommitLogSegment. manager
AbstractCommitLogSegmentManager
CommitLog. segmentManager
protected AbstractCommitLogSegmentManager
CommitLogSegment.Builder. segmentManager
Constructors in org.apache.cassandra.db.commitlog with parameters of type AbstractCommitLogSegmentManager Constructor Description Builder(AbstractCommitLogSegmentManager segmentManager)
CompressedSegmentBuilder(AbstractCommitLogSegmentManager segmentManager)
DirectIOSegmentBuilder(AbstractCommitLogSegmentManager segmentManager)
DirectIOSegmentBuilder(AbstractCommitLogSegmentManager segmentManager, int fsBlockSize)
EncryptedSegment(AbstractCommitLogSegmentManager manager, net.openhft.chronicle.core.util.ThrowingFunction<java.nio.file.Path,java.nio.channels.FileChannel,java.io.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 AbstractCommitLogSegmentManager Modifier and Type Method Description void
CommitLogMetrics. attach(AbstractCommitLogService service, AbstractCommitLogSegmentManager segmentManager)
-