Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.management |
Contains classes to provide data/operation interface for Management Center.
|
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 |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
ClientEngine.getPartitionService() |
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
ClientEngineImpl.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 |
---|
SerializablePartitionServiceBean(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance) |
Constructor and Description |
---|
PartitionServiceProxy(InternalPartitionService partitionService) |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngine.getPartitionService() |
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.