| Interface | Description |
|---|---|
| BufferAvailabilityListener |
Listener interface implemented by consumers of
ResultSubpartitionView
that want to be notified of availability of further buffers. |
| ResultPartitionConsumableNotifier | |
| ResultPartitionProvider | |
| ResultSubpartitionView |
A view to consume a
ResultSubpartition instance. |
| Class | Description |
|---|---|
| ResultPartition |
A result partition for data produced by a single task.
|
| ResultPartitionID |
Runtime identifier of a produced
IntermediateResultPartition. |
| ResultPartitionManager |
The result partition manager keeps track of all currently produced/consumed partitions of a
task manager.
|
| ResultPartitionMetrics |
Collects metrics of a result partition.
|
| ResultSubpartition |
A single subpartition of a
ResultPartition instance. |
| ResultSubpartition.BufferAndBacklog |
A combination of a
Buffer and the backlog length indicating
how many non-event buffers are available in the subpartition. |
| Enum | Description |
|---|---|
| ResultPartitionType |
| Exception | Description |
|---|---|
| PartitionNotFoundException | |
| ProducerFailedException |
Network-stack level Exception to notify remote receiver about a failed
partition producer.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.