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 voidDatabaseDescriptor. 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 CommitLogCommitLog. instanceMethods in org.apache.cassandra.db.commitlog that return CommitLog Modifier and Type Method Description CommitLogCommitLog. 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 CommitLogReplayerCommitLogReplayer. 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)
-