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.map.impl.query | |
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.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
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 | Method and Description |
---|---|
InternalPartitionService |
Node.getPartitionService() |
Constructor and Description |
---|
PartitionServiceBeanDTO(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance) |
Constructor and Description |
---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service) |
Modifier and Type | Field and Description |
---|---|
protected InternalPartitionService |
LocalMapStatsProvider.partitionService |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalMapStatsProvider.addReplicaPartitionStats(LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
String mapName,
int partitionId,
InternalPartition partition,
InternalPartitionService partitionService,
int backupCount,
Address thisAddress)
Calculates and adds replica partition stats.
|
protected Address |
LocalMapStatsProvider.getReplicaAddress(int replica,
InternalPartition partition,
InternalPartitionService partitionService,
int backupCount)
Gets replica address.
|
protected boolean |
LocalMapStatsProvider.isReplicaAvailable(Address replicaAddress,
InternalPartitionService partitionService,
int backupCount) |
protected Address |
LocalMapStatsProvider.waitForReplicaAddress(int replica,
InternalPartition partition,
InternalPartitionService partitionService,
int backupCount)
Waits partition table update to get replica address if current replica address is null.
|
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
InternalPartitionService ps,
ExecutionService execService,
IFunction<Object,Data> serialize) |
Modifier and Type | Field and Description |
---|---|
protected InternalPartitionService |
MapQueryEngineImpl.partitionService |
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 | Field and Description |
---|---|
protected InternalPartitionService |
AbstractBaseReplicatedRecordStore.partitionService |
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngine.getPartitionService()
Gets the InternalPartitionService.
|
Modifier and Type | Method and Description |
---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.