use of com.hazelcast.client.impl.spi.ClientPartitionService in project hazelcast by hazelcast.
the class ClientDurableExecutorServiceProxy method onInitialize.
@Override
protected void onInitialize() {
ClientPartitionService partitionService = getContext().getPartitionService();
partitionCount = partitionService.getPartitionCount();
}
Aggregations