| Package | Description |
|---|---|
| com.hazelcast.ascii | |
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.cluster | |
| com.hazelcast.instance | |
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| com.hazelcast.nio | |
| com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService. |
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Node |
TextCommandServiceImpl.getNode() |
Node |
TextCommandService.getNode() |
| Constructor and Description |
|---|
TextCommandServiceImpl(Node node) |
| Constructor and Description |
|---|
ClientEngineImpl(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 |
|---|---|
Node |
HazelcastInstanceImpl.node |
protected Node |
DefaultNodeInitializer.node |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInitializer.afterInitialize(Node node) |
void |
DefaultNodeInitializer.afterInitialize(Node node) |
void |
NodeInitializer.beforeInitialize(Node node) |
void |
DefaultNodeInitializer.beforeInitialize(Node node) |
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 |
NodeInitializer.printNodeInfo(Node node) |
void |
DefaultNodeInitializer.printNodeInfo(Node node) |
| Constructor and Description |
|---|
NodeMBean(HazelcastInstance hazelcastInstance,
Node node,
ManagementService service) |
| Constructor and Description |
|---|
NodeIOService(Node node) |
| 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,
int operationThreadCount,
BasicOperationProcessor processor) |
NodeEngineImpl(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VersionCheck.check(Node hazelcastNode,
String buildDate,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
WanReplicationEndpoint.init(Node node,
String groupName,
String password,
String... targets) |
void |
WanNoDelayReplication.init(Node node,
String groupName,
String password,
String... targets) |
| Constructor and Description |
|---|
WanReplicationService(Node node) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.