| Package | Description |
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.db.commitlog |
| 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 | Field and Description |
|---|---|
protected CommitLog |
AbstractCommitLogSegmentManager.commitLog |
static CommitLog |
CommitLog.instance |
| Modifier and Type | Method and Description |
|---|---|
CommitLog |
CommitLog.start()
Tries to start the CommitLog if not already started.
|
| Modifier and Type | Method and Description |
|---|---|
static CommitLogReplayer |
CommitLogReplayer.construct(CommitLog commitLog,
java.util.UUID localHostId) |
| Constructor and Description |
|---|
CommitLogSegmentManagerCDC(CommitLog commitLog,
java.lang.String storageDirectory) |
CommitLogSegmentManagerStandard(CommitLog commitLog,
java.lang.String storageDirectory) |
EncryptedSegment(CommitLog commitLog,
AbstractCommitLogSegmentManager manager) |
GroupCommitLogService(CommitLog commitLog) |
Copyright © 2009-2022 The Apache Software Foundation