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.state.forst 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> ValueState<T>
DefaultKeyedStateStoreV2. getValueState(ValueStateDescriptor<T> stateProperties)
<T> 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.state.forst
Constructors in org.apache.flink.state.forst with parameters of type ValueStateDescriptor Constructor Description ForStValueState(StateRequestHandler stateRequestHandler, org.forstdb.ColumnFamilyHandle columnFamily, ValueStateDescriptor<V> valueStateDescriptor, Supplier<SerializedCompositeKeyBuilder<K>> serializedKeyBuilderInitializer, N defaultNamespace, Supplier<TypeSerializer<N>> namespaceSerializerInitializer, Supplier<DataOutputSerializer> valueSerializerViewInitializer, Supplier<DataInputDeserializer> valueDeserializerViewInitializer)
-
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> ValueState<T>
StreamingRuntimeContext. getValueState(ValueStateDescriptor<T> stateProperties)
-