Class StateRequest<K,​IN,​OUT>

  • Type Parameters:
    K - Type of partitioned key.
    IN - Type of input of this request.
    OUT - Type of value that request will return.
    All Implemented Interfaces:
    Serializable

    public class StateRequest<K,​IN,​OUT>
    extends Object
    implements Serializable
    A request encapsulates the necessary data to perform a state request.
    See Also:
    Serialized Form
    • Method Detail

      • getState

        @Nullable
        public org.apache.flink.api.common.state.v2.State getState()
      • getFuture

        public org.apache.flink.core.state.InternalStateFuture<OUT> getFuture()