Class ClientOperationCancelRequest
java.lang.Object
org.apache.ignite.client.handler.requests.ClientOperationCancelRequest
Request to cancel execution of any operation previously initiated on the same connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<ResponseWriter>process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, Map<Long, CancelHandle> cancelHandleMap) Processes the request.
-
Constructor Details
-
ClientOperationCancelRequest
public ClientOperationCancelRequest()
-
-
Method Details
-
process
public static CompletableFuture<ResponseWriter> process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, Map<Long, CancelHandle> cancelHandleMap) Processes the request.
-