Uses of Class
org.apache.flink.runtime.state.v2.ValueStateDescriptor
-
Packages that use ValueStateDescriptor Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of ValueStateDescriptor in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type ValueStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ValueState<T>DefaultKeyedStateStoreV2. getValueState(ValueStateDescriptor<T> stateProperties)<T> org.apache.flink.api.common.state.v2.ValueState<T>KeyedStateStoreV2. getValueState(ValueStateDescriptor<T> stateProperties)Gets a handle to the system'sValueState.Constructors in org.apache.flink.runtime.state.v2 with parameters of type ValueStateDescriptor Constructor Description AbstractValueState(StateRequestHandler stateRequestHandler, ValueStateDescriptor<V> valueStateDescriptor) -
Uses of ValueStateDescriptor in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type ValueStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ValueState<T>StreamingRuntimeContext. getValueState(ValueStateDescriptor<T> stateProperties)
-