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.internal.nearcache.impl.invalidation |
Invalidations for Near Cache.
|
com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
com.hazelcast.map.impl.nearcache |
Contains Near Cache specific classes.
|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
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 the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Method and Description |
---|---|
IPartitionService |
ClientEngine.getPartitionService() |
Modifier and Type | Method and Description |
---|---|
IPartitionService |
ClientEngineImpl.getPartitionService() |
Modifier and Type | Field and Description |
---|---|
protected IPartitionService |
Invalidator.partitionService |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPartitionService |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
IPartitionService ps,
ClusterService clusterService,
ExecutionService execService,
IFunction<Object,Data> serialize) |
Modifier and Type | Field and Description |
---|---|
protected IPartitionService |
EvictorImpl.partitionService |
Constructor and Description |
---|
EvictorImpl(MapEvictionPolicy mapEvictionPolicy,
EvictionChecker evictionChecker,
IPartitionService partitionService) |
Constructor and Description |
---|
MemberMinimalPartitionService(IPartitionService partitionService) |
Modifier and Type | Field and Description |
---|---|
protected IPartitionService |
MapQueryEngineImpl.partitionService |
protected IPartitionService |
PartitionScanRunner.partitionService |
Modifier and Type | Field and Description |
---|---|
protected IPartitionService |
TransactionalMapProxySupport.partitionService |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MappingPhase.processingPartitionNecessary(int partitionId,
IPartitionService partitionService) |
Modifier and Type | Field and Description |
---|---|
protected IPartitionService |
AbstractBaseReplicatedRecordStore.partitionService |
Modifier and Type | Method and Description |
---|---|
IPartitionService |
NodeEngine.getPartitionService()
Gets the IPartitionService.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.