Interface InternalValueState<K,​N,​T>

  • Type Parameters:
    K - The type of key the state is associated to
    N - The type of the namespace
    T - The type of elements in the list
    All Superinterfaces:
    InternalKvState<K,​N,​T>, org.apache.flink.api.common.state.State, org.apache.flink.api.common.state.ValueState<T>

    public interface InternalValueState<K,​N,​T>
    extends InternalKvState<K,​N,​T>, org.apache.flink.api.common.state.ValueState<T>
    The peer to the ValueState in the internal state type hierarchy.

    See InternalKvState for a description of the internal state hierarchy.