Interface InternalValueState<K,​N,​V>

  • Type Parameters:
    K - The type of key the state is associated to.
    N - The namespace type.
    V - Type of the value in the operator state.
    All Superinterfaces:
    InternalKeyedState<K,​N,​V>, InternalPartitionedState<N>, org.apache.flink.api.common.state.v2.State, org.apache.flink.api.common.state.v2.ValueState<V>
    All Known Implementing Classes:
    AbstractValueState, ValueStateAdaptor

    @Internal
    public interface InternalValueState<K,​N,​V>
    extends InternalKeyedState<K,​N,​V>, org.apache.flink.api.common.state.v2.ValueState<V>
    This class defines the internal interface for value state.
    • Method Summary

      • Methods inherited from interface org.apache.flink.api.common.state.v2.State

        asyncClear, clear
      • Methods inherited from interface org.apache.flink.api.common.state.v2.ValueState

        asyncUpdate, asyncValue, update, value