Class ClientComputeExecutePartitionedRequest

java.lang.Object
org.apache.ignite.client.handler.requests.compute.ClientComputeExecutePartitionedRequest

public class ClientComputeExecutePartitionedRequest extends Object
Compute execute partitioned 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 service
      notificationSender - Notification sender.
      clientContext - Client context.
      Returns:
      Future.