Uses of Interface
org.apache.flink.api.common.state.ValueStateDeclaration
-
Packages that use ValueStateDeclaration Package Description org.apache.flink.api.common.state -
-
Uses of ValueStateDeclaration in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return ValueStateDeclaration Modifier and Type Method Description static <T> ValueStateDeclaration<T>StateDeclarations. valueState(String name, TypeDescriptor<T> valueType)Get theValueStateDeclarationof value state.
-