Uses of Class
org.apache.flink.runtime.state.v2.StateDescriptor.Type
-
Packages that use StateDescriptor.Type Package Description org.apache.flink.runtime.state.v2 -
-
Uses of StateDescriptor.Type in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 that return StateDescriptor.Type Modifier and Type Method Description StateDescriptor.TypeRegisteredKeyValueStateBackendMetaInfo. getStateType()StateDescriptor.TypeAggregatingStateDescriptor. getType()StateDescriptor.TypeListStateDescriptor. getType()StateDescriptor.TypeMapStateDescriptor. getType()StateDescriptor.TypeReducingStateDescriptor. getType()abstract StateDescriptor.TypeStateDescriptor. getType()Return the specificTypeof described state.StateDescriptor.TypeValueStateDescriptor. getType()static StateDescriptor.TypeStateDescriptor.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StateDescriptor.Type[]StateDescriptor.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.state.v2 with parameters of type StateDescriptor.Type Constructor Description RegisteredKeyValueStateBackendMetaInfo(String name, StateDescriptor.Type stateType, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<S> stateSerializer)RegisteredKeyValueStateBackendMetaInfo(String name, StateDescriptor.Type stateType, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<S> stateSerializer, StateSnapshotTransformer.StateSnapshotTransformFactory<S> stateSnapshotTransformFactory)
-