| Package | Description |
|---|---|
| com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
| com.hazelcast.client.impl.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
| com.hazelcast.client.impl.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.instance.impl | |
| com.hazelcast.internal.metrics.managementcenter | |
| com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
| com.hazelcast.internal.networking.nio.iobalancer |
Contains Handler Migration classes
|
| com.hazelcast.internal.nio | |
| com.hazelcast.internal.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.logging.impl | |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientLoggingService |
| Modifier and Type | Method and Description |
|---|---|
LoggingService |
HazelcastClientInstanceImpl.getLoggingService() |
LoggingService |
HazelcastClientProxy.getLoggingService() |
| Constructor and Description |
|---|
ClientICMPManager(ClientIcmpPingConfig clientIcmpPingConfig,
ClientExecutionServiceImpl clientExecutionService,
LoggingService loggingService,
ClientConnectionManagerImpl clientConnectionManager,
HeartbeatManager heartbeatManager) |
| Modifier and Type | Method and Description |
|---|---|
LoggingService |
ClientContext.getLoggingService() |
| Constructor and Description |
|---|
ClientExecutionServiceImpl(String name,
ClassLoader classLoader,
HazelcastProperties properties,
int poolSize,
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() |
| Constructor and Description |
|---|
ManagementCenterPublisher(LoggingService loggingService,
ObjLongConsumer<byte[]> writeFn) |
| 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 | Method and Description |
|---|---|
LoggingService |
NodeIOService.getLoggingService() |
LoggingService |
IOService.getLoggingService() |
| Constructor and Description |
|---|
TcpIpNetworkingService(Config config,
IOService ioService,
ServerSocketRegistry registry,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
ChannelInitializerProvider channelInitializerProvider,
HazelcastProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingServiceImpl |
| 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 © 2019 Hazelcast, Inc.. All rights reserved.