Class StateFutureFactory<K>
java.lang.Object
org.apache.flink.runtime.asyncprocessing.StateFutureFactory<K>
An internal factory for
InternalStateFuture that build future with necessary context
switch and wired with mailbox executor.-
Method Summary
Modifier and TypeMethodDescription<OUT> org.apache.flink.core.state.InternalStateFuture<OUT>create(RecordContext<K> context)
-
Method Details
-
create
-