Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
Node.getPartitionService() |
Constructor and Description |
---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service) |
Constructor and Description |
---|
PartitionServiceBeanDTO(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance) |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Constructor and Description |
---|
SynchronizeIndexesForPartitionTask(int partitionId,
List<MapIndexInfo> mapIndexInfos,
MapService mapService,
SerializationService serializationService,
InternalPartitionService partitionService) |
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService() |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.