Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Class and Description |
---|---|
class |
CompressedSegment
Compressed commit log segment.
|
class |
EncryptedSegment
Writes encrypted segments to disk.
|
class |
FileDirectSegment
Writes to the backing commit log file only on sync, allowing transformations of the mutations,
such as compression or encryption, before writing out to disk.
|
class |
MemoryMappedSegment |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CommitLogSegment> |
CommitLogSegmentManager.getActiveSegments() |
Modifier and Type | Method and Description |
---|---|
void |
CommitLogArchiver.maybeArchive(CommitLogSegment segment) |
Copyright © 2016 The Apache Software Foundation