Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Field and Description |
---|---|
CommitLogSegment |
CommitLog.activeSegment |
Modifier and Type | Method and Description |
---|---|
CommitLogSegment |
CommitLogAllocator.fetchSegment()
Fetches an empty segment file.
|
static CommitLogSegment |
CommitLogSegment.freshSegment() |
CommitLogSegment |
CommitLogSegment.recycle()
Recycle processes an unneeded segment file for reuse.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CommitLogSegment> |
CommitLogAllocator.getActiveSegments() |
Modifier and Type | Method and Description |
---|---|
void |
CommitLogAllocator.recycleSegment(CommitLogSegment segment)
Indicates that a segment is no longer in use and that it should be recycled.
|
Copyright © 2013 The Apache Software Foundation