Class ClientComputeExecutePartitionedRequest
java.lang.Object
org.apache.ignite.client.handler.requests.compute.ClientComputeExecutePartitionedRequest
Compute execute partitioned request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<ResponseWriter>process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, org.apache.ignite.internal.compute.IgniteComputeInternal compute, IgniteTables tables, org.apache.ignite.internal.network.ClusterService cluster, NotificationSender notificationSender, ClientContext clientContext) Processes the request.
-
Constructor Details
-
ClientComputeExecutePartitionedRequest
public ClientComputeExecutePartitionedRequest()
-
-
Method Details
-
process
public static CompletableFuture<ResponseWriter> process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, org.apache.ignite.internal.compute.IgniteComputeInternal compute, IgniteTables tables, org.apache.ignite.internal.network.ClusterService cluster, NotificationSender notificationSender, ClientContext clientContext) Processes the request.- Parameters:
in- Unpacker.compute- Compute.tables- Tables.cluster- Cluster servicenotificationSender- Notification sender.clientContext- Client context.- Returns:
- Future.
-