Uses of Class
org.apache.flink.api.common.state.StateDeclarations.ListStateDeclarationBuilder
-
Packages that use StateDeclarations.ListStateDeclarationBuilder Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclarations.ListStateDeclarationBuilder in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateDeclarations.ListStateDeclarationBuilder Modifier and Type Method Description static <T> StateDeclarations.ListStateDeclarationBuilder<T>StateDeclarations. listStateBuilder(String name, TypeDescriptor<T> elementTypeInformation)Get the builder ofListStateDeclaration.StateDeclarations.ListStateDeclarationBuilder<T>StateDeclarations.ListStateDeclarationBuilder. redistributeBy(ListStateDeclaration.RedistributionStrategy strategy)StateDeclarations.ListStateDeclarationBuilder<T>StateDeclarations.ListStateDeclarationBuilder. redistributeWithMode(StateDeclaration.RedistributionMode mode)
-