Interface | Description |
---|---|
PushingAsyncDataInput<T> |
The variant of
PullingAsyncDataInput that is defined for handling both network input and
source input in a unified way via PushingAsyncDataInput.emitNext(DataOutput) instead of returning Optional.empty() via PullingAsyncDataInput.pollNext() . |
PushingAsyncDataInput.DataOutput<T> |
Basic data output interface used in emitting the next element from data input.
|
RecoverableStreamTaskInput<T> |
A
StreamTaskInput used during recovery of in-flight data. |
StreamInputProcessor |
Interface for processing records by
StreamTask . |
StreamTaskInput<T> |
Basic interface for inputs of stream operators.
|
Enum | Description |
---|---|
DataInputStatus |
It is an internal equivalent of
InputStatus that provides
additional non public statuses. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.