|
||||||||||
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.PoolingSegmentedFile
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.PoolingSegmentedFile |
---|
pool |
Fields inherited from class org.apache.cassandra.io.util.SegmentedFile |
---|
length, onDiskLength, path |
Constructor Summary | |
---|---|
BufferedSegmentedFile(java.lang.String path,
long length)
|
Method Summary | |
---|---|
protected RandomAccessReader |
createReader(java.lang.String path)
|
Methods inherited from class org.apache.cassandra.io.util.PoolingSegmentedFile |
---|
cleanup, getSegment, recycle |
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 BufferedSegmentedFile(java.lang.String path, long length)
Method Detail |
---|
protected RandomAccessReader createReader(java.lang.String path)
createReader
in class PoolingSegmentedFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |