Uses of Interface
org.apache.flink.streaming.api.functions.async.ResultFuture
Packages that use ResultFuture
Package
Description
-
Uses of ResultFuture in org.apache.flink.streaming.api.functions.async
Methods in org.apache.flink.streaming.api.functions.async with parameters of type ResultFutureModifier and TypeMethodDescriptionvoidAsyncFunction.asyncInvoke(IN input, ResultFuture<OUT> resultFuture) Trigger async operation for each stream input.abstract voidRichAsyncFunction.asyncInvoke(IN input, ResultFuture<OUT> resultFuture) default voidAsyncFunction.timeout(IN input, ResultFuture<OUT> resultFuture) -
Uses of ResultFuture in org.apache.flink.streaming.api.operators.async.queue
Methods in org.apache.flink.streaming.api.operators.async.queue that return types with arguments of type ResultFutureModifier and TypeMethodDescriptionOrderedStreamElementQueue.tryPut(org.apache.flink.streaming.runtime.streamrecord.StreamElement streamElement) StreamElementQueue.tryPut(org.apache.flink.streaming.runtime.streamrecord.StreamElement streamElement) Tries to put the given element in the queue.UnorderedStreamElementQueue.tryPut(org.apache.flink.streaming.runtime.streamrecord.StreamElement streamElement)