org.apache.cassandra.io.util
Class BufferedSegmentedFile

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

public class BufferedSegmentedFile
extends SegmentedFile


Nested Class Summary
static class BufferedSegmentedFile.Builder
           
 
Field Summary
 
Fields inherited from class org.apache.cassandra.io.util.SegmentedFile
length, path
 
Constructor Summary
BufferedSegmentedFile(java.lang.String path, long length)
           
 
Method Summary
 FileDataInput getSegment(long position, int bufferSize)
           
 
Methods inherited from class org.apache.cassandra.io.util.SegmentedFile
getBuilder, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedSegmentedFile

public BufferedSegmentedFile(java.lang.String path,
                             long length)
Method Detail

getSegment

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


Copyright © 2010 The Apache Software Foundation