public static class PartitionFileWriter.SubpartitionBufferContext extends Object
PartitionFileWriter.SubpartitionBufferContext contains all the buffers belonging to one subpartition.| Constructor and Description |
|---|
SubpartitionBufferContext(int subpartitionId,
List<PartitionFileWriter.SegmentBufferContext> segmentBufferContexts) |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionFileWriter.SegmentBufferContext> |
getSegmentBufferContexts() |
int |
getSubpartitionId() |
public SubpartitionBufferContext(int subpartitionId,
List<PartitionFileWriter.SegmentBufferContext> segmentBufferContexts)
public int getSubpartitionId()
public List<PartitionFileWriter.SegmentBufferContext> getSegmentBufferContexts()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.