Package org.voltdb.client
Class ClientResponseWithPartitionKey
java.lang.Object
org.voltdb.client.ClientResponseWithPartitionKey
Packages up the data to be sent back to the client as a stored
procedure response for a partition
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClientResponseWithPartitionKey
(Object partitionKey, ClientResponse response, int partitionId) -
Method Summary
-
Field Details
-
partitionKey
-
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 partitionresponse
- The ClientResponse instance from the procedure executionpartitionId
- The partitionId of response.
-