public class ClientResponseWithPartitionKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
partitionId |
java.lang.Object |
partitionKey |
ClientResponse |
response |
| Constructor and Description |
|---|
ClientResponseWithPartitionKey(java.lang.Object partitionKey,
ClientResponse response,
int partitionId) |
public final java.lang.Object partitionKey
public final ClientResponse response
public final int partitionId
public ClientResponseWithPartitionKey(java.lang.Object partitionKey,
ClientResponse response,
int partitionId)
partitionKey - A partition key to reach the partitionresponse - The ClientResponse instance from the procedure executionpartitionId - The partitionId of response.