Uses of Interface
org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.KeyedStateBackendCreator
-
Packages that use StreamTaskStateInitializerImpl.KeyedStateBackendCreator Package Description org.apache.flink.streaming.api.operators -
-
Uses of StreamTaskStateInitializerImpl.KeyedStateBackendCreator in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type StreamTaskStateInitializerImpl.KeyedStateBackendCreator Modifier and Type Method Description protected <K,R extends org.apache.flink.util.Disposable & Closeable>
RStreamTaskStateInitializerImpl. keyedStatedBackend(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, String operatorIdentifierText, PrioritizedOperatorSubtaskState prioritizedOperatorSubtaskStates, org.apache.flink.core.fs.CloseableRegistry backendCloseableRegistry, org.apache.flink.metrics.MetricGroup metricGroup, double managedMemoryFraction, StateObject.StateObjectSizeStatsCollector statsCollector, StreamTaskStateInitializerImpl.KeyedStateBackendCreator<K,R> keyedStateBackendCreator)
-