Uses of Class
org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
Packages that use RegisteredKeyValueStateBackendMetaInfo 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. -
-
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredKeyValueStateBackendMetaInfo Modifier and Type Method Description RegisteredKeyValueStateBackendMetaInfo<N,S>
RegisteredKeyValueStateBackendMetaInfo. withSerializerUpgradesAllowed()
-
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state.heap
Fields in org.apache.flink.runtime.state.heap declared as RegisteredKeyValueStateBackendMetaInfo Modifier and Type Field Description protected RegisteredKeyValueStateBackendMetaInfo<N,S>
StateTable. metaInfo
Combined meta information such as name and serializers for this state.Methods in org.apache.flink.runtime.state.heap that return RegisteredKeyValueStateBackendMetaInfo Modifier and Type Method Description RegisteredKeyValueStateBackendMetaInfo<N,S>
StateTable. getMetaInfo()
Methods in org.apache.flink.runtime.state.heap with parameters of type RegisteredKeyValueStateBackendMetaInfo Modifier and Type Method Description void
CopyOnWriteStateTable. setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo)
void
StateTable. setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo)
Constructors in org.apache.flink.runtime.state.heap with parameters of type RegisteredKeyValueStateBackendMetaInfo Constructor Description StateTable(InternalKeyContext<K> keyContext, RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer)
-