org.apache.cassandra.io.util
Class CompressedSegmentedFile

java.lang.Object
  extended by org.apache.cassandra.io.util.SegmentedFile
      extended by org.apache.cassandra.io.util.CompressedSegmentedFile

public class CompressedSegmentedFile
extends SegmentedFile


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

CompressedSegmentedFile

public CompressedSegmentedFile(java.lang.String path,
                               CompressionMetadata metadata)
Method Detail

getSegment

public FileDataInput getSegment(long position)
Specified by:
getSegment in class SegmentedFile

cleanup

public void cleanup()
Description copied from class: SegmentedFile
Do whatever action is needed to reclaim ressources used by this SegmentedFile.

Specified by:
cleanup in class SegmentedFile


Copyright © 2011 The Apache Software Foundation