Uses of Interface
org.apache.flink.streaming.api.functions.async.CollectionSupplier
-
Packages that use CollectionSupplier Package Description org.apache.flink.streaming.api.functions.async org.apache.flink.streaming.api.operators.async.queue -
-
Uses of CollectionSupplier in org.apache.flink.streaming.api.functions.async
Methods in org.apache.flink.streaming.api.functions.async with parameters of type CollectionSupplier Modifier and Type Method Description voidResultFuture. complete(CollectionSupplier<OUT> supplier)The same as complete, but will execute the supplier on the Mailbox thread which initiated the asynchronous process. -
Uses of CollectionSupplier in org.apache.flink.streaming.api.operators.async.queue
Methods in org.apache.flink.streaming.api.operators.async.queue with parameters of type CollectionSupplier Modifier and Type Method Description default voidStreamElementQueueEntry. complete(CollectionSupplier<OUT> supplier)
-