Uses of Class
org.apache.flink.api.common.state.StateDeclaration.RedistributionMode
-
Packages that use StateDeclaration.RedistributionMode Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclaration.RedistributionMode in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateDeclaration.RedistributionMode Modifier and Type Method Description StateDeclaration.RedistributionModeStateDeclaration. getRedistributionMode()Get theStateDeclaration.RedistributionModeof this state.static StateDeclaration.RedistributionModeStateDeclaration.RedistributionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StateDeclaration.RedistributionMode[]StateDeclaration.RedistributionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common.state with parameters of type StateDeclaration.RedistributionMode Modifier and Type Method Description StateDeclarations.ListStateDeclarationBuilder<T>StateDeclarations.ListStateDeclarationBuilder. redistributeWithMode(StateDeclaration.RedistributionMode mode)Constructors in org.apache.flink.api.common.state with parameters of type StateDeclaration.RedistributionMode Constructor Description IllegalRedistributionModeException(StateDeclaration.RedistributionMode mode)MapStateDeclarationBuilder(String name, TypeDescriptor<K> keyTypeInformation, TypeDescriptor<V> valueTypeInformation, StateDeclaration.RedistributionMode redistributionMode)
-