Uses of Class
org.apache.flink.api.common.state.StateDescriptor.Type
-
Packages that use StateDescriptor.Type Package Description org.apache.flink.api.common.state -
-
Uses of StateDescriptor.Type in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state 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()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.
-