| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Field and Description |
|---|---|
protected ResultSubpartition[] |
ResultPartition.subpartitions
The subpartitions of this partition.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSubpartition[] |
ResultPartition.getAllPartitions() |
| Constructor and Description |
|---|
ResultPartition(String owningTaskName,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
ResultSubpartition[] subpartitions,
int numTargetKeyGroups,
ResultPartitionManager partitionManager,
BufferCompressor bufferCompressor,
org.apache.flink.util.function.FunctionWithException<BufferPoolOwner,BufferPool,IOException> bufferPoolFactory) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.