| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.internal.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.internal.dynamicconfig | 
 Classes related to Dynamic Configuration. 
 | 
| com.hazelcast.internal.util.iterator | 
 Re-usable implementations of Iterators. 
 | 
| com.hazelcast.map.impl | 
 Contains implementation specific classes of  
com.hazelcast.map package. | 
| com.hazelcast.map.impl.nearcache.invalidation | |
| com.hazelcast.map.impl.query | |
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl.eventservice.impl.operations | 
 Contains the operations for the  
EventServiceImpl. | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterService | 
ClientEngineImpl.getClusterService()  | 
ClusterService | 
ClientEngine.getClusterService()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClusterServiceImpl  | 
| Constructor and Description | 
|---|
AddDynamicConfigOperationSupplier(ClusterService clusterService,
                                 IdentifiedDataSerializable config)  | 
| Constructor and Description | 
|---|
RestartingMemberIterator(ClusterService clusterService,
                        int maxRetries)  | 
| Constructor and Description | 
|---|
MapKeyLoader(String mapName,
            OperationService opService,
            IPartitionService ps,
            ClusterService clusterService,
            ExecutionService execService,
            IFunction<Object,Data> serialize)  | 
| Constructor and Description | 
|---|
MemberMapInvalidationMetaDataFetcher(ClusterService clusterService,
                                    OperationService operationService,
                                    ILogger logger)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClusterService | 
QueryRunner.clusterService  | 
protected ClusterService | 
MapQueryEngineImpl.clusterService  | 
protected ClusterService | 
PartitionScanRunner.clusterService  | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterService | 
NodeEngine.getClusterService()
Gets the ClusterService. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterService | 
NodeEngineImpl.getClusterService()  | 
| Constructor and Description | 
|---|
DeregistrationOperationSupplier(Registration reg,
                               ClusterService clusterService)  | 
RegistrationOperationSupplier(Registration reg,
                             ClusterService clusterService)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.