Package org.apache.flink.streaming.api.operators.async.queue
-
Interface Summary Interface Description StreamElementQueue<OUT> Interface for stream element queues for theAsyncWaitOperator. -
Class Summary Class Description OrderedStreamElementQueue<OUT> OrderedStreamElementQueueimplementation.UnorderedStreamElementQueue<OUT> Unordered implementation of theStreamElementQueue.