Class AsyncRequest<K>

    • Field Detail

      • context

        protected final RecordContext<K> context
        The record context of this request.
      • sync

        protected final boolean sync
      • asyncFuture

        protected final org.apache.flink.core.asyncprocessing.InternalAsyncFuture asyncFuture
        The future to collect the result of the request.
    • Constructor Detail

      • AsyncRequest

        public AsyncRequest​(RecordContext<K> context,
                            boolean sync,
                            org.apache.flink.core.asyncprocessing.InternalAsyncFuture asyncFuture)
    • Method Detail

      • isSync

        public boolean isSync()
      • getFuture

        public org.apache.flink.core.asyncprocessing.InternalAsyncFuture getFuture()