| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.client.impl.clientside | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| com.hazelcast.client.spi.impl.discovery | |
| 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.dynamicconfig | 
 Classes related to Dynamic Configuration. 
 | 
| com.hazelcast.internal.nearcache.impl | 
 Near Cache implementations. 
 | 
| com.hazelcast.internal.nearcache.impl.invalidation | 
 Invalidations for Near Cache. 
 | 
| com.hazelcast.nio | 
 This package contains classes related to New IO 
 | 
| 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  
OperationExecutorImpl code. | 
| com.hazelcast.spi.impl.operationexecutor.slowoperationdetector | 
 Contains the functionality to detect slow running operations using the
  
OperationRunner instances from the
 OperationExecutor. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| Constructor and Description | 
|---|
ClientHeartbeatMonitor(ClientEndpointManager clientEndpointManager,
                      ILogger logger,
                      ExecutionService executionService,
                      HazelcastProperties hazelcastProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
HazelcastProperties | 
HazelcastClientInstanceImpl.getProperties()  | 
| Constructor and Description | 
|---|
ClientExecutionServiceImpl(String name,
                          ClassLoader classLoader,
                          HazelcastProperties properties,
                          int poolSize,
                          LoggingService loggingService)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
HazelcastCloudDiscovery.createUrlEndpoint(HazelcastProperties hazelcastProperties,
                 String cloudToken)  | 
| 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,
                         Networking networking,
                         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 | 
|---|
DynamicConfigurationAwareConfig(Config staticConfig,
                               HazelcastProperties properties)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected HazelcastProperties | 
DefaultNearCacheManager.properties  | 
| Constructor and Description | 
|---|
DefaultNearCache(String name,
                NearCacheConfig nearCacheConfig,
                NearCacheRecordStore<K,V> nearCacheRecordStore,
                SerializationService serializationService,
                TaskScheduler scheduler,
                ClassLoader classLoader,
                HazelcastProperties properties)  | 
DefaultNearCache(String name,
                NearCacheConfig nearCacheConfig,
                SerializationService serializationService,
                TaskScheduler scheduler,
                ClassLoader classLoader,
                HazelcastProperties properties)  | 
DefaultNearCacheManager(SerializationService ss,
                       TaskScheduler es,
                       ClassLoader classLoader,
                       HazelcastProperties properties)  | 
| Constructor and Description | 
|---|
RepairingTask(HazelcastProperties properties,
             InvalidationMetaDataFetcher invalidationMetaDataFetcher,
             TaskScheduler scheduler,
             SerializationService serializationService,
             MinimalPartitionService partitionService,
             String localUuid,
             ILogger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
HazelcastProperties | 
NodeIOService.properties()  | 
HazelcastProperties | 
IOService.properties()  | 
| Constructor and Description | 
|---|
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      Networking networking,
                      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 | 
InboundResponseHandlerSupplier.getIdleStrategy(HazelcastProperties properties,
               HazelcastProperty property)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.