public class BufferedSegmentedFile extends SegmentedFile
Modifier and Type | Class and Description |
---|---|
static class |
BufferedSegmentedFile.Builder |
length, onDiskLength, path
Constructor and Description |
---|
BufferedSegmentedFile(java.lang.String path,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Do whatever action is needed to reclaim ressources used by this SegmentedFile.
|
FileDataInput |
getSegment(long position) |
getBuilder, getCompressedBuilder, iterator, toString
public BufferedSegmentedFile(java.lang.String path, long length)
public FileDataInput getSegment(long position)
getSegment
in class SegmentedFile
public void cleanup()
SegmentedFile
cleanup
in class SegmentedFile
Copyright © 2014 The Apache Software Foundation