final ClientPartitionService partitionService = getContext().getPartitionService();
return random.nextInt(partitionService.getPartitionCount());
}
private Address getPartitionOwner(int partitionId) {
final ClientPartitionService partitionService = getContext().getPartitionService();
return partitionService.getPartitionOwner(partitionId);
}