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()
Creates an immutable/readonly view of partition table.
|
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 © 2019 Hazelcast, Inc.. All Rights Reserved.