|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cassandra.io.util.SegmentedFile org.apache.cassandra.io.util.BufferedSegmentedFile
public class BufferedSegmentedFile
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 |
---|
public BufferedSegmentedFile(java.lang.String path, long length)
Method Detail |
---|
public FileDataInput getSegment(long position, int bufferSize)
getSegment
in class SegmentedFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |