Uses of Interface
org.apache.flink.runtime.state.AbstractKeyedStateBackend.PartitionStateFactory
-
Packages that use AbstractKeyedStateBackend.PartitionStateFactory Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects. -
-
Uses of AbstractKeyedStateBackend.PartitionStateFactory in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type AbstractKeyedStateBackend.PartitionStateFactory Modifier and Type Method Description <N,S extends org.apache.flink.api.common.state.State,T>
voidAbstractKeyedStateBackend. applyToAllKeys(N namespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.StateDescriptor<S,T> stateDescriptor, KeyedStateFunction<K,S> function, AbstractKeyedStateBackend.PartitionStateFactory partitionStateFactory)
-
Uses of AbstractKeyedStateBackend.PartitionStateFactory in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap with parameters of type AbstractKeyedStateBackend.PartitionStateFactory Modifier and Type Method Description <N,S extends org.apache.flink.api.common.state.State,T>
voidHeapKeyedStateBackend. applyToAllKeys(N namespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.StateDescriptor<S,T> stateDescriptor, KeyedStateFunction<K,S> function, AbstractKeyedStateBackend.PartitionStateFactory partitionStateFactory)
-