| BufferManager |
The general buffer manager used by InputChannel to request/recycle exclusive or floating
buffers.
|
| BufferOrEvent |
Either type for Buffer or AbstractEvent instances tagged with the channel index,
from which they were received.
|
| ChannelStatePersister |
|
| EndOfChannelStateEvent |
|
| GateBuffersSpec |
The buffer specs of the InputGate include exclusive buffers per channel, required/total
floating buffers and the target of total buffers.
|
| IndexedInputGate |
|
| InputChannel |
|
| InputChannel.BufferAndAvailability |
A combination of a Buffer and a flag indicating availability of further buffers, and
the backlog length indicating how many non-event buffers are available in the subpartitions.
|
| InputChannelID |
Identifier for input channels.
|
| InputGate |
An input gate consumes one or more partitions of a single produced intermediate result.
|
| InputGate.InputWithData<INPUT,DATA> |
Simple pojo for INPUT, DATA and moreAvailable.
|
| InputGateID |
|
| InputGateSpecUtils |
|
| LocalInputChannel |
An input channel, which requests a local subpartition.
|
| LocalRecoveredInputChannel |
An input channel reads recovered state from previous unaligned checkpoint snapshots and then
converts into LocalInputChannel finally.
|
| RecoveredInputChannel |
An input channel reads recovered state from previous unaligned checkpoint snapshots.
|
| RemoteChannelStateChecker |
|
| RemoteInputChannel |
An input channel, which requests a remote partition queue.
|
| RemoteRecoveredInputChannel |
An input channel reads recovered state from previous unaligned checkpoint snapshots and then
converts into RemoteInputChannel finally.
|
| SingleInputGate |
An input gate consumes one or more partitions of a single produced intermediate result.
|
| SingleInputGateFactory |
|
| SingleInputGateFactory.ChannelStatistics |
Statistics of input channels.
|
| UnionInputGate |
Input gate wrapper to union the input from multiple input gates.
|