|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.util.SegmentedFile
org.apache.cassandra.io.util.PoolingSegmentedFile
org.apache.cassandra.io.util.CompressedSegmentedFile
public class CompressedSegmentedFile
Nested Class Summary | |
---|---|
static class |
CompressedSegmentedFile.Builder
|
Field Summary | |
---|---|
CompressionMetadata |
metadata
|
Fields inherited from class org.apache.cassandra.io.util.PoolingSegmentedFile |
---|
pool |
Fields inherited from class org.apache.cassandra.io.util.SegmentedFile |
---|
length, onDiskLength, path |
Constructor Summary | |
---|---|
CompressedSegmentedFile(java.lang.String path,
CompressionMetadata metadata)
|
Method Summary | |
---|---|
void |
cleanup()
Do whatever action is needed to reclaim ressources used by this SegmentedFile. |
protected RandomAccessReader |
createReader(java.lang.String path)
|
Methods inherited from class org.apache.cassandra.io.util.PoolingSegmentedFile |
---|
getSegment, recycle |
Methods inherited from class org.apache.cassandra.io.util.SegmentedFile |
---|
getBuilder, getCompressedBuilder, iterator, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final CompressionMetadata metadata
Constructor Detail |
---|
public CompressedSegmentedFile(java.lang.String path, CompressionMetadata metadata)
Method Detail |
---|
protected RandomAccessReader createReader(java.lang.String path)
createReader
in class PoolingSegmentedFile
public void cleanup()
SegmentedFile
cleanup
in class PoolingSegmentedFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |