Package | Description |
---|---|
org.apache.flink.streaming.api.operators.async | |
org.apache.flink.streaming.api.operators.async.queue |
Modifier and Type | Class and Description |
---|---|
class |
AsyncWaitOperator<IN,OUT>
The
AsyncWaitOperator allows to asynchronously process incoming stream records. |
Constructor and Description |
---|
Emitter(Object checkpointLock,
Output<StreamRecord<OUT>> output,
StreamElementQueue streamElementQueue,
OperatorActions operatorActions) |
Constructor and Description |
---|
OrderedStreamElementQueue(int capacity,
Executor executor,
OperatorActions operatorActions) |
UnorderedStreamElementQueue(int capacity,
Executor executor,
OperatorActions operatorActions) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.