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.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
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 |
---|
PartitionServiceBeanDTO(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance) |
Constructor and Description |
---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service) |
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
InternalPartitionService ps,
ExecutionService execService,
IFunction<Object,Data> serialize) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MappingPhase.processingPartitionNecessary(int partitionId,
InternalPartitionService partitionService) |
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()
Gets the InternalPartitionService.
|
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.