public static class PartitionFileWriter.SegmentBufferContext extends Object
PartitionFileWriter.SegmentBufferContext contains all the buffers belonging to the segment. Note that
when this indicates whether the segment is finished, the field bufferWithIndexes
should be empty.| Constructor and Description |
|---|
SegmentBufferContext(int segmentId,
List<org.apache.flink.api.java.tuple.Tuple2<Buffer,Integer>> bufferAndIndexes,
boolean segmentFinished) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.api.java.tuple.Tuple2<Buffer,Integer>> |
getBufferAndIndexes() |
int |
getSegmentId() |
boolean |
isSegmentFinished() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.