Uses of Class
org.apache.cassandra.io.util.SegmentedFile

Packages that use SegmentedFile
org.apache.cassandra.io.util   
 

Uses of SegmentedFile in org.apache.cassandra.io.util
 

Subclasses of SegmentedFile in org.apache.cassandra.io.util
 class BufferedSegmentedFile
           
 class CompressedSegmentedFile
           
 class MmappedSegmentedFile
           
 

Methods in org.apache.cassandra.io.util that return SegmentedFile
 SegmentedFile BufferedSegmentedFile.Builder.complete(java.lang.String path)
          Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
 SegmentedFile CompressedSegmentedFile.Builder.complete(java.lang.String path)
          Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
abstract  SegmentedFile SegmentedFile.Builder.complete(java.lang.String path)
          Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
 



Copyright © 2011 The Apache Software Foundation