Class ForStDBListGetRequest<K,​N,​V>

  • Type Parameters:
    K - The type of key in get access request.
    N - The type of namespace in get access request.
    V - The type of value returned by get request.

    public class ForStDBListGetRequest<K,​N,​V>
    extends ForStDBGetRequest<K,​N,​List<V>,​org.apache.flink.api.common.state.v2.StateIterator<V>>
    The Get access request for ForStDB.