Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SegmentBufferContext
-
Packages that use PartitionFileWriter.SegmentBufferContext Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.file -
-
Uses of PartitionFileWriter.SegmentBufferContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file that return types with arguments of type PartitionFileWriter.SegmentBufferContext Modifier and Type Method Description List<PartitionFileWriter.SegmentBufferContext>PartitionFileWriter.SubpartitionBufferContext. getSegmentBufferContexts()Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file with type arguments of type PartitionFileWriter.SegmentBufferContext Constructor Description SubpartitionBufferContext(int subpartitionId, List<PartitionFileWriter.SegmentBufferContext> segmentBufferContexts)
-