Interface ValueStateDeclaration<T>
-
- All Superinterfaces:
Serializable,StateDeclaration
@Experimental public interface ValueStateDeclaration<T> extends StateDeclaration
This represents a declaration of the value state.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.api.common.state.StateDeclaration
StateDeclaration.RedistributionMode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptor<T>getTypeDescriptor()Get type descriptor of this value state.-
Methods inherited from interface org.apache.flink.api.common.state.StateDeclaration
getName, getRedistributionMode
-
-
-
-
Method Detail
-
getTypeDescriptor
TypeDescriptor<T> getTypeDescriptor()
Get type descriptor of this value state.
-
-