Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.metrics |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Function<CommitLog,AbstractCommitLogSegmentManager> |
DatabaseDescriptor.getCommitLogSegmentMgrProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseDescriptor.setCommitLogSegmentMgrProvider(java.util.function.Function<CommitLog,AbstractCommitLogSegmentManager> provider) |
Modifier and Type | Class and Description |
---|---|
class |
CommitLogSegmentManagerCDC |
class |
CommitLogSegmentManagerStandard |
Modifier and Type | Field and Description |
---|---|
protected AbstractCommitLogSegmentManager |
CommitLogSegment.manager |
AbstractCommitLogSegmentManager |
CommitLog.segmentManager |
Constructor and Description |
---|
EncryptedSegment(CommitLog commitLog,
AbstractCommitLogSegmentManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
CommitLogMetrics.attach(AbstractCommitLogService service,
AbstractCommitLogSegmentManager segmentManager) |
Copyright © 2009-2022 The Apache Software Foundation