Class StateFutureFactory<K>

java.lang.Object
org.apache.flink.runtime.asyncprocessing.StateFutureFactory<K>

public class StateFutureFactory<K> extends Object
An internal factory for InternalStateFuture that build future with necessary context switch and wired with mailbox executor.
  • Method Details

    • create

      public <OUT> org.apache.flink.core.state.InternalStateFuture<OUT> create(RecordContext<K> context)