Uses of Class
org.apache.cassandra.db.commitlog.CommitLog
Packages that use CommitLog
-
Uses of CommitLog in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return types with arguments of type CommitLogMethod parameters in org.apache.cassandra.config with type arguments of type CommitLogModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setCommitLogSegmentMgrProvider(Function<CommitLog, AbstractCommitLogSegmentManager> provider) -
Uses of CommitLog in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as CommitLogMethods in org.apache.cassandra.db.commitlog that return CommitLogModifier and TypeMethodDescriptionCommitLog.start()Tries to start the CommitLog if not already started.Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogConstructors in org.apache.cassandra.db.commitlog with parameters of type CommitLogModifierConstructorDescriptionCommitLogSegmentManagerCDC(CommitLog commitLog, String storageDirectory) CommitLogSegmentManagerStandard(CommitLog commitLog, String storageDirectory) GroupCommitLogService(CommitLog commitLog)