Class SyncPointRequest<K>
- java.lang.Object
-
- org.apache.flink.runtime.asyncprocessing.AsyncRequest<K>
-
- org.apache.flink.runtime.asyncprocessing.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.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.asyncprocessing.AsyncRequest
asyncFuture, context, sync
-
-
Constructor Summary
Constructors Constructor Description SyncPointRequest(RecordContext<K> context, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<Void> stateFuture)
-
-
-
Constructor Detail
-
SyncPointRequest
public SyncPointRequest(RecordContext<K> context, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<Void> stateFuture)
-
-