Class AsyncFutureFactory<K>
- java.lang.Object
-
- org.apache.flink.runtime.asyncprocessing.AsyncFutureFactory<K>
-
public class AsyncFutureFactory<K> extends Object
An internal factory forInternalAsyncFuture
that build future with necessary context switch and wired with mailbox executor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <OUT> org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT>
create(RecordContext<K> context)
-
-
-
Method Detail
-
create
public <OUT> org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT> create(RecordContext<K> context)
-
-