See: Description
Interface | Description |
---|---|
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. |
HazelcastProperty |
Interface for Hazelcast Member and Client properties.
|
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, SocketChannelWrapperFactory etc.
|
Class | Description |
---|---|
AbstractMember | |
BuildInfo | |
BuildInfoProvider |
Provides information about current Hazelcast build.
|
DefaultNodeContext | |
DefaultNodeExtension | |
DefaultOutOfMemoryHandler |
Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory)
immediately and disconnects members from the rest of the cluster.
|
GroupProperties |
Container for configured Hazelcast properties (
GroupProperty ). |
HazelcastInstanceFactory | |
HazelcastInstanceImpl | |
HazelcastInstanceProxy | |
HazelcastManagedContext | |
HazelcastProperties |
Container for configured Hazelcast properties (
HazelcastProperty ). |
HazelcastThreadGroup |
A wrapper around the
ThreadGroup that provides some additional capabilities. |
LifecycleServiceImpl | |
MemberImpl | |
Node | |
NodeExtensionFactory | |
NodeShutdownHelper |
Helper methods for node shutdown scenarios.
|
OutOfMemoryErrorDispatcher | |
OutOfMemoryHandlerHelper |
Helper class for OutOfMemoryHandlers to close sockets, stop threads, release allocated resources
of an HazelcastInstanceImpl.
|
TerminatedLifecycleService |
Enum | Description |
---|---|
GroupProperty |
Defines the name and default value for Hazelcast properties.
|
NodeState |
Possible states of a
Node during its lifecycle. |
This package contains Hazelcast Instance functionality.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.