Class SyncPointRequest<K>


  • public class SyncPointRequest<K>
    extends AsyncRequest<K>
    The Sync point request that will be trigger callback once it is allowed to be triggered.
    • Constructor Detail

      • SyncPointRequest

        public SyncPointRequest​(RecordContext<K> context,
                                org.apache.flink.core.asyncprocessing.InternalAsyncFuture<Void> stateFuture)