Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
LoggingService |
HazelcastClientInstanceImpl.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 | Method and Description |
---|---|
LoggingService |
HazelcastConnectionImpl.getLoggingService() |
Modifier and Type | Class and Description |
---|---|
class |
LoggingServiceImpl |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.