public static class BufferedSegmentedFile.Builder extends SegmentedFile.Builder
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SegmentedFile |
complete(ChannelProxy channel,
int bufferSize,
long overrideLength)
Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
|
buildData, buildData, buildIndex, buildIndex, close, close, deserializeBounds, serializeBounds
public SegmentedFile complete(ChannelProxy channel, int bufferSize, long overrideLength)
SegmentedFile.Builder
complete
in class SegmentedFile.Builder
channel
- The channel to the file on disk.Copyright © 2018 The Apache Software Foundation