|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
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 |
Uses of Node in com.hazelcast.ascii |
---|
Methods in com.hazelcast.ascii that return Node | |
---|---|
Node |
TextCommandServiceImpl.getNode()
|
Node |
TextCommandService.getNode()
|
Constructors in com.hazelcast.ascii with parameters of type Node | |
---|---|
TextCommandServiceImpl(Node node)
|
Uses of Node in com.hazelcast.client.impl |
---|
Constructors in com.hazelcast.client.impl with parameters of type Node | |
---|---|
ClientEngineImpl(Node node)
|
|
ClientServiceProxy(Node node)
|
Uses of Node in com.hazelcast.cluster.impl |
---|
Fields in com.hazelcast.cluster.impl declared as Node | |
---|---|
protected Node |
AbstractJoiner.node
|
Constructors in com.hazelcast.cluster.impl with parameters of type Node | |
---|---|
AbstractJoiner(Node node)
|
|
ClusterServiceImpl(Node node)
|
|
MulticastJoiner(Node node)
|
|
MulticastService(Node node,
MulticastSocket multicastSocket)
|
|
NodeMulticastListener(Node node)
|
|
TcpIpJoiner(Node node)
|
|
TcpIpJoinerOverAWS(Node node)
|
Uses of Node in com.hazelcast.instance |
---|
Fields in com.hazelcast.instance declared as Node | |
---|---|
protected Node |
DefaultNodeExtension.node
|
Node |
HazelcastInstanceImpl.node
|
Methods in com.hazelcast.instance with parameters of type Node | |
---|---|
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. |
Uses of Node in com.hazelcast.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type Node | |
---|---|
NodeMBean(HazelcastInstance hazelcastInstance,
Node node,
ManagementService service)
|
Uses of Node in com.hazelcast.nio |
---|
Constructors in com.hazelcast.nio with parameters of type Node | |
---|---|
NodeIOService(Node node)
|
Uses of Node in com.hazelcast.partition.impl |
---|
Methods in com.hazelcast.partition.impl that return Node | |
---|---|
Node |
InternalPartitionServiceImpl.getNode()
|
Constructors in com.hazelcast.partition.impl with parameters of type Node | |
---|---|
InternalPartitionServiceImpl(Node node)
|
Uses of Node in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi with parameters of type Node | |
---|---|
void |
NodeAware.setNode(Node node)
|
Uses of Node in com.hazelcast.spi.impl |
---|
Methods in com.hazelcast.spi.impl that return Node | |
---|---|
Node |
NodeEngineImpl.getNode()
|
Methods in com.hazelcast.spi.impl with parameters of type Node | |
---|---|
void |
BinaryOperationFactory.setNode(Node node)
|
Constructors in com.hazelcast.spi.impl with parameters of type Node | |
---|---|
BasicOperationScheduler(Node node,
ExecutionService executionService,
BasicDispatcher dispatcher)
|
|
NodeEngineImpl(Node node)
|
Uses of Node in com.hazelcast.util |
---|
Methods in com.hazelcast.util with parameters of type Node | |
---|---|
void |
VersionCheck.check(Node hazelcastNode,
String version,
boolean isEnterprise)
|
Uses of Node in com.hazelcast.wan |
---|
Methods in com.hazelcast.wan with parameters of type Node | |
---|---|
void |
WanReplicationEndpoint.init(Node node,
String groupName,
String password,
String... targets)
Initializes the endpoint using the given arguments |
Uses of Node in com.hazelcast.wan.impl |
---|
Methods in com.hazelcast.wan.impl with parameters of type Node | |
---|---|
void |
WanNoDelayReplication.init(Node node,
String groupName,
String password,
String... targets)
|
Constructors in com.hazelcast.wan.impl with parameters of type Node | |
---|---|
WanReplicationServiceImpl(Node node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |