Uses of Class
org.apache.cassandra.db.commitlog.CommitLog
-
Packages that use CommitLog Package Description org.apache.cassandra.config org.apache.cassandra.db.commitlog -
-
Uses of CommitLog in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return types with arguments of type CommitLog 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 CommitLog Modifier and Type Method Description static void
DatabaseDescriptor. setCommitLogSegmentMgrProvider(java.util.function.Function<CommitLog,AbstractCommitLogSegmentManager> provider)
-
Uses of CommitLog in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as CommitLog Modifier and Type Field Description static CommitLog
CommitLog. instance
Methods in org.apache.cassandra.db.commitlog that return CommitLog Modifier and Type Method Description CommitLog
CommitLog. start()
Tries to start the CommitLog if not already started.Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLog Modifier and Type Method Description static CommitLogReplayer
CommitLogReplayer. construct(CommitLog commitLog, java.util.UUID localHostId)
Constructors in org.apache.cassandra.db.commitlog with parameters of type CommitLog Constructor Description CommitLogSegmentManagerCDC(CommitLog commitLog, java.lang.String storageDirectory)
CommitLogSegmentManagerStandard(CommitLog commitLog, java.lang.String storageDirectory)
GroupCommitLogService(CommitLog commitLog)
-