Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance 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. |
Modifier and Type | Method and Description |
---|---|
LoggingService |
HazelcastClient.getLoggingService() |
LoggingService |
HazelcastClientProxy.getLoggingService() |
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() |
Modifier and Type | Class and Description |
---|---|
class |
LoggingServiceImpl |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.