Uses of Class
org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Packages that use ResultSubpartition Package Description org.apache.flink.runtime.io.network.partition -
-
Uses of ResultSubpartition in org.apache.flink.runtime.io.network.partition
Subclasses of ResultSubpartition in org.apache.flink.runtime.io.network.partition Modifier and Type Class Description classPipelinedApproximateSubpartitionA pipelined in-memory only subpartition, which allows to reconnect after failure.classPipelinedSubpartitionA pipelined in-memory only subpartition, which can be consumed once.Fields in org.apache.flink.runtime.io.network.partition declared as ResultSubpartition Modifier and Type Field Description protected ResultSubpartition[]BufferWritingResultPartition. subpartitionsThe subpartitions of this partition.Methods in org.apache.flink.runtime.io.network.partition that return ResultSubpartition Modifier and Type Method Description ResultSubpartition[]BufferWritingResultPartition. getAllPartitions()Constructors in org.apache.flink.runtime.io.network.partition with parameters of type ResultSubpartition Constructor Description BoundedBlockingResultPartition(String owningTaskName, int partitionIndex, ResultPartitionID partitionId, ResultPartitionType partitionType, ResultSubpartition[] subpartitions, int numTargetKeyGroups, ResultPartitionManager partitionManager, BufferCompressor bufferCompressor, org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory)BufferWritingResultPartition(String owningTaskName, int partitionIndex, ResultPartitionID partitionId, ResultPartitionType partitionType, ResultSubpartition[] subpartitions, int numTargetKeyGroups, ResultPartitionManager partitionManager, BufferCompressor bufferCompressor, org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory)PipelinedResultPartition(String owningTaskName, int partitionIndex, ResultPartitionID partitionId, ResultPartitionType partitionType, ResultSubpartition[] subpartitions, int numTargetKeyGroups, ResultPartitionManager partitionManager, BufferCompressor bufferCompressor, org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory)
-