Uses of Class
org.apache.flink.api.common.state.StateDeclarations.ValueStateDeclarationBuilder
-
Packages that use StateDeclarations.ValueStateDeclarationBuilder Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclarations.ValueStateDeclarationBuilder in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateDeclarations.ValueStateDeclarationBuilder Modifier and Type Method Description <T> StateDeclarations.ValueStateDeclarationBuilder<T>StateDeclarations. valueStateBuilder(String name, TypeDescriptor<T> valueType)Get the builder ofValueStateDeclaration.
-