| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.async | |
| org.apache.flink.streaming.api.operators.async.queue |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RichAsyncFunction.asyncInvoke(IN input,
ResultFuture<OUT> resultFuture) |
void |
AsyncFunction.asyncInvoke(IN input,
ResultFuture<OUT> resultFuture)
Trigger async operation for each stream input.
|
default void |
AsyncFunction.timeout(IN input,
ResultFuture<OUT> resultFuture)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ResultFuture<OUT>> |
UnorderedStreamElementQueue.tryPut(StreamElement streamElement) |
Optional<ResultFuture<OUT>> |
StreamElementQueue.tryPut(StreamElement streamElement)
Tries to put the given element in the queue.
|
Optional<ResultFuture<OUT>> |
OrderedStreamElementQueue.tryPut(StreamElement streamElement) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.