Uses of Interface
org.apache.flink.runtime.state.AbstractKeyedStateBackend.PartitionStateFactory
Packages that use AbstractKeyedStateBackend.PartitionStateFactory
Package
Description
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.PartitionStateFactoryModifier and TypeMethodDescription<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.PartitionStateFactoryModifier and TypeMethodDescription<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)