Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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
|
Modifier and Type | Field and Description |
---|---|
Node |
HazelcastInstanceImpl.node |
protected Node |
DefaultNodeExtension.node |
Modifier and Type | Method and Description |
---|---|
protected Node |
HazelcastInstanceImpl.createNode(Config config,
NodeContext nodeContext) |
Modifier and Type | Method and Description |
---|---|
static NodeExtension |
NodeExtensionFactory.create(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) |
NodeExtension |
NodeContext.createNodeExtension(Node node) |
NodeExtension |
DefaultNodeContext.createNodeExtension(Node node) |
static void |
NodeShutdownHelper.shutdownNodeByFiringEvents(Node node,
boolean terminate)
Shutdowns a node by firing lifecycle events.
|
Constructor and Description |
---|
DefaultNodeExtension(Node node) |
Constructor and Description |
---|
NodeIOService(Node node,
com.hazelcast.spi.impl.NodeEngineImpl nodeEngine) |
Modifier and Type | Method and Description |
---|---|
void |
NodeAware.setNode(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
PhoneHome.check(Node hazelcastNode,
String version,
boolean isEnterprise) |
Map<String,String> |
PhoneHome.phoneHome(Node hazelcastNode,
String version,
boolean isEnterprise) |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationEndpoint.init(Node node,
WanReplicationConfig wanReplicationConfig,
WanPublisherConfig publisherConfig)
Initializes the endpoint using the given arguments.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.