Uses of Class
org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
Packages that use StateMetaInfoSnapshot
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateMetaInfoSnapshotModifier and TypeMethodDescriptionStateSnapshot.getMetaInfoSnapshot()Returns a snapshot of the state's meta data.RegisteredBroadcastStateBackendMetaInfo.snapshot()RegisteredKeyValueStateBackendMetaInfo.snapshot()RegisteredOperatorStateBackendMetaInfo.snapshot()RegisteredPriorityQueueStateBackendMetaInfo.snapshot()abstract StateMetaInfoSnapshotRegisteredStateMetaInfoBase.snapshot()Methods in org.apache.flink.runtime.state that return types with arguments of type StateMetaInfoSnapshotModifier and TypeMethodDescriptionOperatorBackendSerializationProxy.getBroadcastStateMetaInfoSnapshots()FullSnapshotResources.getMetaInfoSnapshots()Returns the list ofmeta info snapshotsfor this state snapshot.OperatorBackendSerializationProxy.getOperatorStateMetaInfoSnapshots()KeyedBackendSerializationProxy.getStateMetaInfoSnapshots()Methods in org.apache.flink.runtime.state with parameters of type StateMetaInfoSnapshotModifier and TypeMethodDescriptionstatic RegisteredStateMetaInfoBaseRegisteredStateMetaInfoBase.fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot) Constructors in org.apache.flink.runtime.state with parameters of type StateMetaInfoSnapshotModifierConstructorDescriptionConstructor parameters in org.apache.flink.runtime.state with type arguments of type StateMetaInfoSnapshotModifierConstructorDescriptionKeyedBackendSerializationProxy(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, boolean compression) OperatorBackendSerializationProxy(List<StateMetaInfoSnapshot> operatorStateMetaInfoSnapshots, List<StateMetaInfoSnapshot> broadcastStateMetaInfoSnapshots, boolean compression) -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return StateMetaInfoSnapshot -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.metainfo
Methods in org.apache.flink.runtime.state.metainfo that return StateMetaInfoSnapshotModifier and TypeMethodDescriptionStateMetaInfoReader.readStateMetaInfoSnapshot(org.apache.flink.core.memory.DataInputView inputView, ClassLoader userCodeClassLoader) Reads a snapshot from the given input view.Methods in org.apache.flink.runtime.state.metainfo with parameters of type StateMetaInfoSnapshotModifier and TypeMethodDescriptionvoidStateMetaInfoWriter.writeStateMetaInfoSnapshot(StateMetaInfoSnapshot snapshot, org.apache.flink.core.memory.DataOutputView outputView) Writes the given snapshot to the output view. -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.restore
Methods in org.apache.flink.runtime.state.restore that return types with arguments of type StateMetaInfoSnapshotConstructor parameters in org.apache.flink.runtime.state.restore with type arguments of type StateMetaInfoSnapshotModifierConstructorDescriptionSavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator) -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.ttl
Constructors in org.apache.flink.runtime.state.ttl with parameters of type StateMetaInfoSnapshot -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 that return StateMetaInfoSnapshotConstructors in org.apache.flink.runtime.state.v2 with parameters of type StateMetaInfoSnapshotModifierConstructorDescription