Class ClientComputeExecuteColocatedRequest

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

public class ClientComputeExecuteColocatedRequest extends Object
Compute execute colocated request.
  • Constructor Details

    • ClientComputeExecuteColocatedRequest

      public ClientComputeExecuteColocatedRequest()
  • 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.