Package | Description |
---|---|
com.hazelcast.client.impl |
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.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.internal.networking.nonblocking.iobalancer |
Contains Handler Migration classes
|
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
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 between 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 . |
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 |
---|
AwsAddressProvider(ClientAwsConfig awsConfig,
LoggingService loggingService) |
AwsAddressTranslator(ClientAwsConfig awsConfig,
LoggingService loggingService) |
ClientExecutionServiceImpl(String name,
ThreadGroup threadGroup,
ClassLoader classLoader,
HazelcastProperties properties,
int poolSize,
LoggingService loggingService) |
Constructor and Description |
---|
DiscoveryAddressProvider(DiscoveryService discoveryService,
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() |
Constructor and Description |
---|
NonBlockingIOThreadingModel(LoggingService loggingService,
MetricsRegistry metricsRegistry,
HazelcastThreadGroup hazelcastThreadGroup,
IOOutOfMemoryHandler oomeHandler,
int inputThreadCount,
int outputThreadCount,
int balanceIntervalSeconds,
SocketWriterInitializer socketWriterInitializer,
SocketReaderInitializer socketReaderInitializer) |
Constructor and Description |
---|
IOBalancer(NonBlockingIOThread[] inputThreads,
NonBlockingIOThread[] outputThreads,
HazelcastThreadGroup threadGroup,
int balancerIntervalSeconds,
LoggingService loggingService) |
Constructor and Description |
---|
SpinningIOThreadingModel(LoggingService loggingService,
HazelcastThreadGroup hazelcastThreadGroup,
IOOutOfMemoryHandler oomeHandler,
SocketWriterInitializer socketWriterInitializer,
SocketReaderInitializer socketReaderInitializer) |
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,
IOThreadingModel ioThreadingModel) |
Modifier and Type | Method and Description |
---|---|
LoggingService |
NodeEngineImpl.getLoggingService() |
Constructor and Description |
---|
OperationExecutorImpl(HazelcastProperties properties,
LoggingService loggerService,
Address thisAddress,
OperationRunnerFactory runnerFactory,
HazelcastThreadGroup threadGroup,
NodeExtension nodeExtension) |
Constructor and Description |
---|
SlowOperationDetector(LoggingService loggingServices,
OperationRunner[] genericOperationRunners,
OperationRunner[] partitionOperationRunners,
HazelcastProperties hazelcastProperties,
HazelcastThreadGroup hazelcastThreadGroup) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.