Uses of Class
org.apache.cassandra.db.commitlog.AbstractCommitLogService
-
Packages that use AbstractCommitLogService Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.metrics -
-
Uses of AbstractCommitLogService in org.apache.cassandra.db.commitlog
Subclasses of AbstractCommitLogService in org.apache.cassandra.db.commitlog Modifier and Type Class Description class
GroupCommitLogService
A commitlog service that will block returning an ACK back to the a coordinator/client for a minimum amount of time as we wait until the the commit log segment is flushed. -
Uses of AbstractCommitLogService in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics with parameters of type AbstractCommitLogService Modifier and Type Method Description void
CommitLogMetrics. attach(AbstractCommitLogService service, AbstractCommitLogSegmentManager segmentManager)
-