|
||||||||||
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.CompressedSegmentedFile
public class CompressedSegmentedFile
Nested Class Summary | |
---|---|
static class |
CompressedSegmentedFile.Builder
|
Field Summary |
---|
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. |
FileDataInput |
getSegment(long position)
|
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 |
Constructor Detail |
---|
public CompressedSegmentedFile(java.lang.String path, CompressionMetadata metadata)
Method Detail |
---|
public FileDataInput getSegment(long position)
getSegment
in class SegmentedFile
public void cleanup()
SegmentedFile
cleanup
in class SegmentedFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |