Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.collection.impl.collection | |
com.hazelcast.hibernate.access |
Provides access interfaces/classes for Hibernate.
|
com.hazelcast.hibernate.region |
Provides region interfaces/classes for Hibernate.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
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.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
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
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.operationexecutor.classic |
Contains the
ClassicOperationExecutor code. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.transceiver.impl |
Contains the implementation of the
PacketTransceiver . |
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
com.hazelcast.util.executor |
This package contains classes related to Util.Executor
|
com.hazelcast.web |
Provides Hazelcast-based session replication.
|
Modifier and Type | Field and Description |
---|---|
protected ILogger |
CacheProxy.logger |
protected static ILogger |
AbstractHazelcastCachingProvider.LOGGER |
Modifier and Type | Method and Description |
---|---|
ILogger |
ClientEngine.getLogger(Class clazz) |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractClientSelectionHandler.logger |
Constructor and Description |
---|
ClientOutSelectorImpl(ThreadGroup threadGroup,
String tname,
ILogger logger,
IOSelectorOutOfMemoryHandler oomeHandler) |
Modifier and Type | Field and Description |
---|---|
protected static ILogger |
DefaultClientExtension.LOGGER |
Modifier and Type | Method and Description |
---|---|
protected ILogger |
MemberImpl.getLogger() |
ILogger |
ClientEngineImpl.getLogger(Class clazz) |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractMessageTask.logger |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractJoiner.logger |
Constructor and Description |
---|
ClusterClockImpl(ILogger 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 |
DefaultNodeExtension.logger |
protected ILogger |
DefaultNodeExtension.systemLogger |
Modifier and Type | Method and Description |
---|---|
protected ILogger |
MemberImpl.getLogger() |
protected abstract ILogger |
AbstractMember.getLogger() |
ILogger |
Node.getLogger(Class clazz) |
ILogger |
Node.getLogger(String name) |
Constructor and Description |
---|
HazelcastThreadGroup(String name,
ILogger logger,
ClassLoader classLoader) |
Constructor and Description |
---|
GaugeImpl(String name,
ILogger logger) |
MetricsRegistryImpl(ILogger logger)
Creates a MetricsRegistryImpl instance.
|
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 |
Log4j2Factory.createLogger(String name) |
protected ILogger |
Slf4jFactory.createLogger(String name) |
protected ILogger |
Log4jFactory.createLogger(String name) |
protected ILogger |
StandardLoggerFactory.createLogger(String name) |
protected abstract ILogger |
LoggerFactorySupport.createLogger(String name) |
static ILogger |
Logger.getLogger(Class clazz) |
ILogger |
LoggingService.getLogger(Class type) |
ILogger |
LoggingServiceImpl.getLogger(Class clazz) |
ILogger |
LoggerFactory.getLogger(String name) |
static ILogger |
Logger.getLogger(String name) |
ILogger |
NoLogFactory.getLogger(String name) |
ILogger |
LoggerFactorySupport.getLogger(String name) |
ILogger |
LoggingService.getLogger(String name) |
ILogger |
LoggingServiceImpl.getLogger(String name) |
Constructor and Description |
---|
DefaultRecordStore(MapContainer mapContainer,
int partitionId,
MapKeyLoader keyLoader,
ILogger logger) |
QueryResultSizeLimiter(MapServiceContext mapServiceContext,
ILogger log) |
Modifier and Type | Method and Description |
---|---|
ILogger |
MapStoreContext.getLogger(Class clazz) |
Modifier and Type | Method and Description |
---|---|
ILogger |
NodeIOService.getLogger(String name) |
ILogger |
IOService.getLogger(String name) |
Modifier and Type | Field and Description |
---|---|
protected ILogger |
AbstractSelectionHandler.logger |
Constructor and Description |
---|
AbstractIOSelector(ThreadGroup threadGroup,
String threadName,
ILogger logger,
IOSelectorOutOfMemoryHandler oomeHandler) |
InSelectorImpl(ThreadGroup threadGroup,
String tname,
ILogger logger,
IOSelectorOutOfMemoryHandler oomeHandler) |
OutSelectorImpl(ThreadGroup threadGroup,
String tname,
ILogger logger,
IOSelectorOutOfMemoryHandler oomeHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
ReplicaErrorLogger.log(Throwable e,
ILogger logger) |
Constructor and Description |
---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
int version) |
Modifier and Type | Method and Description |
---|---|
protected ILogger |
Operation.getLogger() |
ILogger |
NodeEngine.getLogger(Class clazz)
Gets the logger for a given class.
|
ILogger |
NodeEngine.getLogger(String name)
Gets the logger for a given 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(Executor defaultExecutor,
ILogger logger) |
AbstractCompletableFuture(NodeEngine nodeEngine,
ILogger logger) |
Constructor and Description |
---|
FutureUtilExceptionHandler(ILogger logger,
String message) |
Constructor and Description |
---|
GenericOperationThread(String name,
int threadId,
ScheduleQueue scheduleQueue,
ILogger logger,
HazelcastThreadGroup threadGroup,
NodeExtension nodeExtension,
OperationRunner operationRunner) |
OperationThread(String name,
int threadId,
ScheduleQueue scheduleQueue,
ILogger logger,
HazelcastThreadGroup threadGroup,
NodeExtension nodeExtension) |
PartitionOperationThread(String name,
int threadId,
ScheduleQueue scheduleQueue,
ILogger logger,
HazelcastThreadGroup threadGroup,
NodeExtension nodeExtension,
OperationRunner[] partitionOperationRunners) |
ResponseThread(HazelcastThreadGroup threadGroup,
ILogger logger,
ResponsePacketHandler responsePacketHandler) |
Constructor and Description |
---|
BackpressureRegulator(GroupProperties properties,
ILogger logger) |
IsStillRunningService(OperationExecutor operationExecutor,
NodeEngineImpl nodeEngine,
ILogger logger) |
Constructor and Description |
---|
PacketTransceiverImpl(Node node,
ILogger logger,
InternalOperationService operationService,
InternalEventService eventService,
WanReplicationService wanReplicationService,
ExecutionService executionService) |
Modifier and Type | Method and Description |
---|---|
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
Level level)
This ExceptionHandler rethrows
ExecutionException s and logs
MemberLeftException s to the log. |
static FutureUtil.ExceptionHandler |
FutureUtil.logAllExceptions(ILogger logger,
String message,
Level level)
This ExceptionHandler rethrows
ExecutionException s and logs
MemberLeftException s to the log. |
Constructor and Description |
---|
StripedExecutor(ILogger logger,
String threadNamePrefix,
ThreadGroup threadGroup,
int threadCount,
int maximumQueueSize) |
Modifier and Type | Field and Description |
---|---|
protected static ILogger |
WebFilter.LOGGER |
protected static ILogger |
ClusteredSessionService.LOGGER
The constant LOGGER.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.