Class 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 Detail

      • create

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