Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in. |
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
LoggingService |
ClientContext.getLoggingService() |
Modifier and Type | Method and Description |
---|---|
LoggingService |
HazelcastInstance.getLoggingService()
Returns the logging service of this Hazelcast instance.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingServiceImpl |
Modifier and Type | Method and Description |
---|---|
LoggingService |
NodeIOService.getLoggingService() |
LoggingService |
IOService.getLoggingService() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.