| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.cluster.fd | Contains failure detector mechanism and its implementations. | 
| com.hazelcast.internal.diagnostics | Contains functionality what is happening in a HazelcastInstance. | 
| com.hazelcast.internal.nearcache.impl.invalidation | Invalidations for Near Cache. | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking for cluster members This whole package is internal and no compatibility will be provided. | 
| com.hazelcast.query.impl.predicates | |
| 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.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationexecutor.slowoperationdetector | Contains the functionality to detect slow running operations using the
  OperationRunnerinstances from theOperationExecutor. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastProperties | HazelcastClientInstanceImpl. getProperties() | 
| Constructor and Description | 
|---|
| ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
                      ClientEngine clientEngine,
                      ExecutionService executionService,
                      HazelcastProperties hazelcastProperties) | 
| Constructor and Description | 
|---|
| ClientExecutionServiceImpl(String name,
                          ClassLoader classLoader,
                          HazelcastProperties properties,
                          int poolSize,
                          LoggingService loggingService) | 
| Modifier and Type | Method and Description | 
|---|---|
| static long | LockServiceImpl. getMaxLeaseTimeInMillis(HazelcastProperties hazelcastProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastProperties | Node. getProperties() | 
| Constructor and Description | 
|---|
| PhiAccrualClusterFailureDetector(long maxNoHeartbeatMillis,
                                long heartbeatIntervalMillis,
                                HazelcastProperties props) | 
| Constructor and Description | 
|---|
| ConfigPropertiesPlugin(ILogger logger,
                      HazelcastProperties properties) | 
| Diagnostics(String baseFileName,
           ILogger logger,
           String hzName,
           HazelcastProperties properties) | 
| EventQueuePlugin(ILogger logger,
                StripedExecutor eventExecutor,
                HazelcastProperties props) | 
| MetricsPlugin(ILogger logger,
             MetricsRegistry metricsRegistry,
             HazelcastProperties properties) | 
| NetworkingImbalancePlugin(HazelcastProperties properties,
                         EventLoopGroup eventLoopGroup,
                         ILogger logger) | 
| StoreLatencyPlugin(ILogger logger,
                  HazelcastProperties properties) | 
| SystemLogPlugin(HazelcastProperties properties,
               ConnectionListenable connectionObservable,
               HazelcastInstance hazelcastInstance,
               ILogger logger) | 
| SystemLogPlugin(HazelcastProperties properties,
               ConnectionListenable connectionObservable,
               HazelcastInstance hazelcastInstance,
               ILogger logger,
               NodeExtension nodeExtension) | 
| Constructor and Description | 
|---|
| RepairingTask(HazelcastProperties properties,
             MetaDataFetcher metaDataFetcher,
             TaskScheduler scheduler,
             SerializationService serializationService,
             MinimalPartitionService partitionService,
             String localUuid,
             ILogger logger) | 
| Constructor and Description | 
|---|
| TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      EventLoopGroup eventLoopGroup,
                      HazelcastProperties properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| static QueryOptimizer | QueryOptimizerFactory. newOptimizer(HazelcastProperties properties)Creates new QueryOptimizer. | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastProperties | NodeEngine. getProperties()Returns the HazelcastProperties. | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastProperties | NodeEngineImpl. getProperties() | 
| Constructor and Description | 
|---|
| OperationExecutorImpl(HazelcastProperties properties,
                     LoggingService loggerService,
                     Address thisAddress,
                     OperationRunnerFactory runnerFactory,
                     NodeExtension nodeExtension,
                     String hzName,
                     ClassLoader configClassLoader) | 
| Constructor and Description | 
|---|
| SlowOperationDetector(LoggingService loggingServices,
                     OperationRunner[] genericOperationRunners,
                     OperationRunner[] partitionOperationRunners,
                     HazelcastProperties hazelcastProperties,
                     String hzName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static IdleStrategy | AsyncInboundResponseHandler. getIdleStrategy(HazelcastProperties properties,
               HazelcastProperty property) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.