Uses of Class
org.apache.flink.api.common.state.ValueStateDescriptor
-
Packages that use ValueStateDescriptor Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of ValueStateDescriptor in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions with parameters of type ValueStateDescriptor Modifier and Type Method Description <T> ValueState<T>RuntimeContext. getState(ValueStateDescriptor<T> stateProperties)Gets a handle to the system's key/value state. -
Uses of ValueStateDescriptor in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util with parameters of type ValueStateDescriptor Modifier and Type Method Description <T> ValueState<T>AbstractRuntimeUDFContext. getState(ValueStateDescriptor<T> stateProperties) -
Uses of ValueStateDescriptor in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state with parameters of type ValueStateDescriptor Modifier and Type Method Description <T> ValueState<T>KeyedStateStore. getState(ValueStateDescriptor<T> stateProperties)Gets a handle to the system's key/value state.
-