Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs 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. |
Constructor and Description |
---|
ClientICMPManager(ClientIcmpPingConfig clientIcmpPingConfig,
com.hazelcast.client.spi.impl.ClientExecutionServiceImpl clientExecutionService,
LoggingService loggingService,
ClientConnectionManagerImpl clientConnectionManager,
HeartbeatManager heartbeatManager) |
Modifier and Type | Method and Description |
---|---|
LoggingService |
ClientContext.getLoggingService() |
Modifier and Type | Method and Description |
---|---|
LoggingService |
HazelcastInstance.getLoggingService()
Returns the logging service of this Hazelcast instance.
|
Modifier and Type | Method and Description |
---|---|
LoggingService |
HazelcastInstanceProxy.getLoggingService() |
LoggingService |
HazelcastInstanceImpl.getLoggingService() |
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,
com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry,
com.hazelcast.internal.networking.EventLoopGroup eventLoopGroup) |
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry,
com.hazelcast.internal.networking.EventLoopGroup eventLoopGroup,
HazelcastProperties properties) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.