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.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.
-