Uses of Class
org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
Packages that use RegisteredKeyValueStateBackendMetaInfo
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredKeyValueStateBackendMetaInfoModifier and TypeMethodDescriptionRegisteredKeyValueStateBackendMetaInfo.withSerializerUpgradesAllowed() -
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state.heap
Fields in org.apache.flink.runtime.state.heap declared as RegisteredKeyValueStateBackendMetaInfoModifier and TypeFieldDescriptionprotected RegisteredKeyValueStateBackendMetaInfo<N,S> StateTable.metaInfoCombined meta information such as name and serializers for this state.Methods in org.apache.flink.runtime.state.heap that return RegisteredKeyValueStateBackendMetaInfoMethods in org.apache.flink.runtime.state.heap with parameters of type RegisteredKeyValueStateBackendMetaInfoModifier and TypeMethodDescriptionvoidCopyOnWriteStateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S> metaInfo) voidStateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S> metaInfo) Constructors in org.apache.flink.runtime.state.heap with parameters of type RegisteredKeyValueStateBackendMetaInfoModifierConstructorDescriptionStateTable(InternalKeyContext<K> keyContext, RegisteredKeyValueStateBackendMetaInfo<N, S> metaInfo, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer)