Uses of Interface
org.apache.flink.runtime.state.StateEntry
Packages that use StateEntry
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
This package holds the classes of the internal state type hierarchy.
-
Uses of StateEntry in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement StateEntryMethods in org.apache.flink.runtime.state that return StateEntryModifier and TypeMethodDescriptiondefault StateEntry<K,N, S> StateEntry.filterOrTransform(StateSnapshotTransformer<S> transformer) Methods in org.apache.flink.runtime.state that return types with arguments of type StateEntryModifier and TypeMethodDescriptionIterator<StateEntry<K,N, S>> IterableStateSnapshot.getIterator(int keyGroup) -
Uses of StateEntry in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateEntryMethods in org.apache.flink.runtime.state.heap that return types with arguments of type StateEntryModifier and TypeMethodDescriptionabstract Iterator<StateEntry<K,N, S>> StateMapSnapshot.getIterator(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<S> stateSerializer, StateSnapshotTransformer<S> stateSnapshotTransformer) Iterator<StateEntry<K,N, S>> CopyOnWriteStateMap.iterator()Iterator<StateEntry<K,N, S>> StateTable.iterator() -
Uses of StateEntry in org.apache.flink.runtime.state.internal
Methods in org.apache.flink.runtime.state.internal that return types with arguments of type StateEntryModifier and TypeMethodDescriptionCollection<StateEntry<K,N, V>> InternalKvState.StateIncrementalVisitor.nextEntries()Return some next entries which are available at the moment.Methods in org.apache.flink.runtime.state.internal with parameters of type StateEntry