Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.connection.nio | |
com.hazelcast.cluster | |
com.hazelcast.collection | |
com.hazelcast.hibernate.access | |
com.hazelcast.hibernate.region | |
com.hazelcast.instance | |
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 | |
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Modifier and Type | Method and Description |
---|---|
ILogger |
ClientEngine.getLogger(Class clazz) |
ILogger |
ClientEngineImpl.getLogger(Class clazz) |
ILogger |
ClientEngine.getLogger(String className) |
ILogger |
ClientEngineImpl.getLogger(String className) |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
ClientAbstractSelectionHandler.logger |
protected ILogger |
ClientAbstractIOSelector.logger |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractJoiner.logger |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
CollectionContainer.logger |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractAccessDelegate.LOG |
Modifier and Type | Method and Description |
---|---|
ILogger |
HazelcastRegion.getLogger() |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
DefaultNodeInitializer.logger |
protected ILogger |
DefaultNodeInitializer.systemLogger |
Modifier and Type | Method and Description |
---|---|
ILogger |
Node.getLogger(Class clazz) |
ILogger |
Node.getLogger(String name) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Abstract
ILogger implementation that provides implementations for the convenience methods like
finest,info,warning and severe. |
Modifier and Type | Method and Description |
---|---|
protected ILogger |
Slf4jFactory.createLogger(String name) |
protected ILogger |
StandardLoggerFactory.createLogger(String name) |
protected ILogger |
Log4jFactory.createLogger(String name) |
protected abstract ILogger |
LoggerFactorySupport.createLogger(String name) |
static ILogger |
Logger.getLogger(Class clazz) |
ILogger |
LoggingServiceImpl.getLogger(Class clazz) |
ILogger |
LoggingService.getLogger(Class type) |
ILogger |
LoggerFactory.getLogger(String name) |
static ILogger |
Logger.getLogger(String name) |
ILogger |
NoLogFactory.getLogger(String name) |
ILogger |
LoggerFactorySupport.getLogger(String name) |
ILogger |
LoggingServiceImpl.getLogger(String name) |
ILogger |
LoggingService.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
ILogger |
IOService.getLogger(String name) |
ILogger |
NodeIOService.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
ReplicaErrorLogger.log(Throwable e,
ILogger logger) |
Modifier and Type | Method and Description |
---|---|
protected ILogger |
Operation.getLogger() |
ILogger |
NodeEngine.getLogger(Class clazz) |
ILogger |
NodeEngine.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
ILogger |
NodeEngineImpl.getLogger(Class clazz) |
ILogger |
NodeEngineImpl.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
static ResponseHandler |
ResponseHandlerFactory.createErrorLoggingResponseHandler(ILogger logger) |
Constructor and Description |
---|
AbstractCompletableFuture(NodeEngine nodeEngine,
ILogger logger) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.