Uses of Class
org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
Packages that use StateMetaInfoSnapshot 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.org.apache.flink.runtime.state.metainfo org.apache.flink.runtime.state.restore org.apache.flink.runtime.state.v2 -
-
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateMetaInfoSnapshot Modifier and Type Method Description StateMetaInfoSnapshotStateSnapshot. getMetaInfoSnapshot()Returns a snapshot of the state's meta data.StateMetaInfoSnapshotRegisteredBroadcastStateBackendMetaInfo. snapshot()StateMetaInfoSnapshotRegisteredKeyValueStateBackendMetaInfo. snapshot()StateMetaInfoSnapshotRegisteredOperatorStateBackendMetaInfo. snapshot()StateMetaInfoSnapshotRegisteredPriorityQueueStateBackendMetaInfo. snapshot()abstract StateMetaInfoSnapshotRegisteredStateMetaInfoBase. snapshot()Methods in org.apache.flink.runtime.state that return types with arguments of type StateMetaInfoSnapshot Modifier and Type Method Description List<StateMetaInfoSnapshot>OperatorBackendSerializationProxy. getBroadcastStateMetaInfoSnapshots()List<StateMetaInfoSnapshot>FullSnapshotResources. getMetaInfoSnapshots()Returns the list ofmeta info snapshotsfor this state snapshot.List<StateMetaInfoSnapshot>OperatorBackendSerializationProxy. getOperatorStateMetaInfoSnapshots()List<StateMetaInfoSnapshot>KeyedBackendSerializationProxy. getStateMetaInfoSnapshots()Methods in org.apache.flink.runtime.state with parameters of type StateMetaInfoSnapshot Modifier and Type Method Description static RegisteredStateMetaInfoBaseRegisteredStateMetaInfoBase. fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot)Constructors in org.apache.flink.runtime.state with parameters of type StateMetaInfoSnapshot Constructor Description RegisteredBroadcastStateBackendMetaInfo(StateMetaInfoSnapshot snapshot)RegisteredKeyValueStateBackendMetaInfo(StateMetaInfoSnapshot snapshot)RegisteredOperatorStateBackendMetaInfo(StateMetaInfoSnapshot snapshot)RegisteredPriorityQueueStateBackendMetaInfo(StateMetaInfoSnapshot snapshot)Constructor parameters in org.apache.flink.runtime.state with type arguments of type StateMetaInfoSnapshot Constructor Description KeyedBackendSerializationProxy(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 Modifier and Type Method Description StateMetaInfoSnapshotHeapPriorityQueueStateSnapshot. getMetaInfoSnapshot() -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.metainfo
Methods in org.apache.flink.runtime.state.metainfo that return StateMetaInfoSnapshot Modifier and Type Method Description StateMetaInfoSnapshotStateMetaInfoReader. 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 StateMetaInfoSnapshot Modifier and Type Method Description voidStateMetaInfoWriter. 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 StateMetaInfoSnapshot Modifier and Type Method Description List<StateMetaInfoSnapshot>SavepointRestoreResult. getStateMetaInfoSnapshots()Constructor parameters in org.apache.flink.runtime.state.restore with type arguments of type StateMetaInfoSnapshot Constructor Description SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator) -
Uses of StateMetaInfoSnapshot in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 that return StateMetaInfoSnapshot Modifier and Type Method Description StateMetaInfoSnapshotRegisteredKeyValueStateBackendMetaInfo. snapshot()Constructors in org.apache.flink.runtime.state.v2 with parameters of type StateMetaInfoSnapshot Constructor Description RegisteredKeyValueStateBackendMetaInfo(StateMetaInfoSnapshot snapshot)
-