| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | 
 Contains classes related to New IO for com.hazelcast.client.connection 
 | 
| com.hazelcast.client.impl.clientside | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.spi | 
 Contains classes/interfaces related to the Hazelcast client Service Provider Interface. 
 | 
| com.hazelcast.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| com.hazelcast.client.spi.impl.discovery | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.networking.nio | 
 Contains the non blocking  
Networking functionality. | 
| com.hazelcast.internal.networking.nio.iobalancer | 
 Contains Handler Migration classes 
 | 
| com.hazelcast.logging | 
 This package contains logging functionality for Hazelcast. 
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in.  | 
| 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.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. | 
| Constructor and Description | 
|---|
ClientICMPManager(ClientIcmpPingConfig clientIcmpPingConfig,
                 ClientExecutionServiceImpl clientExecutionService,
                 LoggingService loggingService,
                 ClientConnectionManagerImpl clientConnectionManager,
                 HeartbeatManager heartbeatManager)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientLoggingService  | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
HazelcastClientInstanceImpl.getLoggingService()  | 
LoggingService | 
HazelcastClientProxy.getLoggingService()  | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
ClientContext.getLoggingService()  | 
| Constructor and Description | 
|---|
ClientExecutionServiceImpl(String name,
                          ClassLoader classLoader,
                          HazelcastProperties properties,
                          int poolSize,
                          LoggingService loggingService)  | 
| Constructor and Description | 
|---|
DiscoveryAddressProvider(DiscoveryService discoveryService,
                        LoggingService loggingService)  | 
HazelcastCloudAddressProvider(String endpointUrl,
                             int connectionTimeoutInMillis,
                             LoggingService loggingService)  | 
HazelcastCloudAddressTranslator(String endpointUrl,
                               int connectionTimeoutMillis,
                               LoggingService loggingService)  | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
HazelcastInstance.getLoggingService()
Returns the logging service of this Hazelcast instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
HazelcastInstanceImpl.getLoggingService()  | 
LoggingService | 
HazelcastInstanceProxy.getLoggingService()  | 
LoggingService | 
Node.getLoggingService()  | 
| Modifier and Type | Method and Description | 
|---|---|
NioNetworking.Context | 
NioNetworking.Context.loggingService(LoggingService loggingService)  | 
| Constructor and Description | 
|---|
IOBalancer(NioThread[] inputThreads,
          NioThread[] outputThreads,
          String hzName,
          int balancerIntervalSeconds,
          LoggingService loggingService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LoggingServiceImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
NodeIOService.getLoggingService()  | 
LoggingService | 
IOService.getLoggingService()  | 
| Constructor and Description | 
|---|
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      Networking networking)  | 
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      Networking networking,
                      HazelcastProperties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingService | 
NodeEngineImpl.getLoggingService()  | 
| 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)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.