Uses of Interface
com.hazelcast.logging.LoggingService

Packages that use LoggingService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca 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.tcp Contains functionality for the TCP/IP Networking between cluster members
 
com.hazelcast.nio.tcp.handlermigration Contains Handler Migration classes 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector Contains the functionality to detect slow running operations using the OperationRunner instances from the OperationExecutor
 

Uses of LoggingService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return LoggingService
 LoggingService HazelcastClientInstanceImpl.getLoggingService()
           
 LoggingService HazelcastClientProxy.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.core
 

Methods in com.hazelcast.core that return LoggingService
 LoggingService HazelcastInstance.getLoggingService()
          Returns the logging service of this Hazelcast instance.
 

Uses of LoggingService in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return LoggingService
 LoggingService HazelcastInstanceImpl.getLoggingService()
           
 LoggingService HazelcastInstanceProxy.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return LoggingService
 LoggingService HazelcastConnectionImpl.getLoggingService()
           
 

Uses of LoggingService in com.hazelcast.logging
 

Classes in com.hazelcast.logging that implement LoggingService
 class LoggingServiceImpl
           
 

Uses of LoggingService in com.hazelcast.nio.tcp
 

Constructors in com.hazelcast.nio.tcp with parameters of type LoggingService
TcpIpConnectionManager(IOService ioService, ServerSocketChannel serverSocketChannel, HazelcastThreadGroup hazelcastThreadGroup, LoggingService loggingService)
           
 

Uses of LoggingService in com.hazelcast.nio.tcp.handlermigration
 

Constructors in com.hazelcast.nio.tcp.handlermigration with parameters of type LoggingService
IOBalancer(InSelectorImpl[] inSelectors, OutSelectorImpl[] outSelectors, HazelcastThreadGroup threadGroup, int migrationIntervalSeconds, LoggingService loggingService)
           
 

Uses of LoggingService in com.hazelcast.spi.impl.operationexecutor.classic
 

Constructors in com.hazelcast.spi.impl.operationexecutor.classic with parameters of type LoggingService
ClassicOperationExecutor(GroupProperties properties, LoggingService loggerService, Address thisAddress, OperationRunnerFactory operationRunnerFactory, ResponsePacketHandler responsePacketHandler, HazelcastThreadGroup hazelcastThreadGroup, NodeExtension nodeExtension)
           
 

Uses of LoggingService in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector
 

Constructors in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector with parameters of type LoggingService
SlowOperationDetector(LoggingService loggingServices, OperationRunner[] genericOperationRunners, OperationRunner[] partitionOperationRunners, GroupProperties groupProperties, HazelcastThreadGroup hazelcastThreadGroup)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.