| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.instance | |
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
| com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService. |
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl |
| Modifier and Type | Method and Description |
|---|---|
InternalPartitionService |
ClientEngineImpl.getPartitionService() |
InternalPartitionService |
ClientEngine.getPartitionService() |
| Modifier and Type | Field and Description |
|---|---|
InternalPartitionService |
Node.partitionService |
| Modifier and Type | Method and Description |
|---|---|
InternalPartitionService |
Node.getPartitionService() |
| Constructor and Description |
|---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service) |
| Constructor and Description |
|---|
PartitionServiceProxy(InternalPartitionService partitionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalPartitionServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
InternalPartitionService |
NodeEngine.getPartitionService() |
| Modifier and Type | Method and Description |
|---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService() |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.