| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.api.writer | |
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.taskmanager |
| Constructor and Description |
|---|
ResultPartitionWriter(ResultPartition partition) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultPartition |
ResultSubpartition.parent
The parent partition this subpartition belongs to.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.Table<ExecutionAttemptID,IntermediateResultPartitionID,ResultPartition> |
ResultPartitionManager.registeredPartitions |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultPartitionManager.registerResultPartition(ResultPartition partition) |
| Constructor and Description |
|---|
ResultSubpartition(int index,
ResultPartition parent) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartition[] |
Task.getProducedPartitions() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.