Package | Description |
---|---|
com.hazelcast.cluster | |
com.hazelcast.impl |
Modifier and Type | Field and Description |
---|---|
protected NodeType |
JoinRequest.nodeType |
Modifier and Type | Method and Description |
---|---|
MemberImpl |
ClusterManager.addMember(Address address,
NodeType nodeType,
String nodeUuid) |
protected MemberImpl |
ClusterManager.createMember(Address address,
NodeType nodeType,
String nodeUuid,
String ipV6ScopeId) |
Constructor and Description |
---|
JoinInfo(ILogger logger,
boolean request,
Address address,
Config config,
NodeType type,
byte packetVersion,
int buildNumber,
int memberCount,
int tryCount,
String nodeUuid) |
JoinRequest(Address to,
Address address,
Config config,
NodeType type,
byte packetVersion,
int buildNumber,
String nodeUuid) |
JoinRequest(Address address,
Config config,
NodeType type,
byte packetVersion,
int buildNumber,
String nodeUuid) |
MemberInfo(Address address,
NodeType nodeType,
String uuid) |
Modifier and Type | Field and Description |
---|---|
protected NodeType |
MemberImpl.nodeType |
Modifier and Type | Method and Description |
---|---|
static NodeType |
NodeType.create(int value) |
NodeType |
Node.getLocalNodeType() |
NodeType |
MemberImpl.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MemberImpl(Address address,
boolean localMember,
NodeType nodeType,
String uuid) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.