Class StateDeclarations.ValueStateDeclarationBuilder<T>
- java.lang.Object
-
- org.apache.flink.api.common.state.StateDeclarations.ValueStateDeclarationBuilder<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StateDeclarations
@Experimental public static class StateDeclarations.ValueStateDeclarationBuilder<T> extends Object implements Serializable
Builder forValueStateDeclaration.- See Also:
- Serialized Form
-
-
Constructor Detail
-
ValueStateDeclarationBuilder
public ValueStateDeclarationBuilder(String name, TypeDescriptor<T> valueType)
-
-