| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.internal.partition | 
 Contains the internals for partition assignment/management, migration, replication etc. 
 | 
| com.hazelcast.internal.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Map.Entry<Address,List<Integer>>> | 
ClientPartitionListenerService.getPartitions(PartitionTableView partitionTableView)  | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionTableView | 
InternalPartitionService.createPartitionTableView()  | 
static PartitionTableView | 
PartitionTableView.readData(ObjectDataInput in)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
PartitionTableView.writeData(PartitionTableView table,
         ObjectDataOutput out)  | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionTableView | 
InternalPartitionServiceImpl.createPartitionTableView()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalPartitionServiceImpl.setInitialState(PartitionTableView partitionTable)
Sets the initial partition table and state version. 
 | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.