Class ClientResponseWithPartitionKey

java.lang.Object
org.voltdb.client.ClientResponseWithPartitionKey

public class ClientResponseWithPartitionKey extends Object
Packages up the data to be sent back to the client as a stored procedure response for a partition
  • Field Details

    • partitionKey

      public final Object partitionKey
    • response

      public final ClientResponse response
    • partitionId

      public final int partitionId
  • Constructor Details

    • ClientResponseWithPartitionKey

      public ClientResponseWithPartitionKey(Object partitionKey, ClientResponse response, int partitionId)
      Parameters:
      partitionKey - A partition key to reach the partition
      response - The ClientResponse instance from the procedure execution
      partitionId - The partitionId of response.