Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
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. |
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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.wan |
This package contains the WAN replication API
|
Class and Description |
---|
DefaultOutOfMemoryHandler
Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory)
immediately and disconnects members from the rest of the cluster.
|
MemberImpl |
Class and Description |
---|
AbstractMember |
AddressPicker
Strategy to select an
Address that a Hazelcast cluster member binds its server socket to
and a (potentially different) address that Hazelcast will advertise to other cluster members and clients. |
BuildInfo |
HazelcastInstanceCacheManager
Hazelcast
ICacheManager implementation accessible via HazelcastInstance that provides access to JSR-107
(JCache) caches configured on the cluster via Hazelcast API. |
HazelcastInstanceImpl |
JetBuildInfo |
LifecycleServiceImpl |
MemberImpl |
Node |
NodeContext
A context for node to provide its dependencies.
|
NodeExtension
NodeExtension is a Node extension mechanism to be able to plug different implementations of
some modules, like; SerializationService, ChannelFactory etc.
|
NodeState
Possible states of a
Node during its lifecycle. |
Class and Description |
---|
BuildInfo |
MemberImpl |
Class and Description |
---|
NodeState
Possible states of a
Node during its lifecycle. |
Class and Description |
---|
Node |
Class and Description |
---|
MemberImpl |
Node |
Class and Description |
---|
Node |
Class and Description |
---|
Node |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.