Package | Description |
---|---|
com.hazelcast.ascii |
This package contains Ascii functionality for Hazelcast.
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
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
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Method and Description |
---|---|
Node |
TextCommandServiceImpl.getNode() |
Node |
TextCommandService.getNode() |
Constructor and Description |
---|
TextCommandServiceImpl(Node node) |
Constructor and Description |
---|
ClientEngineImpl(Node node) |
ClientServiceProxy(Node node) |
Modifier and Type | Field and Description |
---|---|
protected Node |
AbstractJoiner.node |
Constructor and Description |
---|
AbstractJoiner(Node node) |
ClusterServiceImpl(Node node) |
MulticastJoiner(Node node) |
MulticastService(Node node,
MulticastSocket multicastSocket) |
NodeMulticastListener(Node node) |
TcpIpJoiner(Node node) |
TcpIpJoinerOverAWS(Node node) |
Modifier and Type | Field and Description |
---|---|
protected Node |
DefaultNodeExtension.node |
Node |
HazelcastInstanceImpl.node |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNodeExtension.afterStart(Node node) |
void |
NodeExtension.afterStart(Node node)
Called after node is started
|
void |
DefaultNodeExtension.beforeStart(Node node) |
void |
NodeExtension.beforeStart(Node node)
Called before node is started
|
AddressPicker |
NodeContext.createAddressPicker(Node node) |
AddressPicker |
DefaultNodeContext.createAddressPicker(Node node) |
ConnectionManager |
NodeContext.createConnectionManager(Node node,
ServerSocketChannel serverSocketChannel) |
ConnectionManager |
DefaultNodeContext.createConnectionManager(Node node,
ServerSocketChannel serverSocketChannel) |
Joiner |
NodeContext.createJoiner(Node node) |
Joiner |
DefaultNodeContext.createJoiner(Node node) |
void |
DefaultNodeExtension.printNodeInfo(Node node) |
void |
NodeExtension.printNodeInfo(Node node)
Called to print node information during startup
|
static void |
NodeShutdownHelper.shutdownNodeByFiringEvents(Node node,
boolean terminate)
Shutdowns a node by firing lifecycle events.
|
Constructor and Description |
---|
NodeMBean(HazelcastInstance hazelcastInstance,
Node node,
ManagementService service) |
Constructor and Description |
---|
NodeIOService(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
InternalPartitionServiceImpl.getNode() |
Constructor and Description |
---|
InternalPartitionServiceImpl(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
NodeAware.setNode(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeEngineImpl.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryOperationFactory.setNode(Node node) |
Constructor and Description |
---|
BasicOperationScheduler(Node node,
ExecutionService executionService,
BasicDispatcher dispatcher) |
NodeEngineImpl(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
VersionCheck.check(Node hazelcastNode,
String version,
boolean isEnterprise) |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationEndpoint.init(Node node,
String groupName,
String password,
String... targets)
Initializes the endpoint using the given arguments
|
Modifier and Type | Method and Description |
---|---|
void |
WanNoDelayReplication.init(Node node,
String groupName,
String password,
String... targets) |
Constructor and Description |
---|
WanReplicationServiceImpl(Node node) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.