Uses of Interface
org.apache.flink.api.common.state.ValueState
-
Packages that use ValueState Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of ValueState in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return ValueState 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 ValueState in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return ValueState Modifier and Type Method Description <T> ValueState<T>AbstractRuntimeUDFContext. getState(ValueStateDescriptor<T> stateProperties) -
Uses of ValueState in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return ValueState Modifier and Type Method Description <T> ValueState<T>KeyedStateStore. getState(ValueStateDescriptor<T> stateProperties)Gets a handle to the system's key/value state.
-