Package | Description |
---|---|
com.streamscape.cli.tlp | |
com.streamscape.runtime | |
com.streamscape.sef.discovery | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
FabricNodeRole |
PingResult.getRole() |
Constructor and Description |
---|
PingResult(PingState state,
java.lang.String nodeName,
FabricNodeRole role,
java.lang.String version,
PeerState peerState,
int pid,
java.lang.String domain,
java.util.List organizations,
int initStage,
java.util.Map initProperties) |
Modifier and Type | Method and Description |
---|---|
FabricNodeRole |
RuntimeContext.getNodeRole()
Return a role of the current node.
|
Modifier and Type | Method and Description |
---|---|
FabricNodeRole |
DirectoryTable.Node.getRole() |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryTable.addLink(java.lang.String nodeName,
FabricNodeRole nodeRole,
DiscoveryLink link)
Adds the specified link to the specified node.
|
void |
DirectoryTable.addNode(java.lang.String name,
FabricNodeRole role)
Adds a new node with the specified name and role.
|
Constructor and Description |
---|
Node(java.lang.String name,
FabricNodeRole role) |
Modifier and Type | Field and Description |
---|---|
static FabricNodeRole |
FabricNodeRole.MANAGEMENT_NODE
Node managing other nodes (mnode).
|
static FabricNodeRole |
FabricNodeRole.TASK_NODE
Non-management node (tnode).
|
Modifier and Type | Method and Description |
---|---|
FabricNodeRole |
FabricNodeReference.getRole()
Returns the role of the node.
|
static FabricNodeRole |
FabricNodeRole.valueOf(java.lang.String name) |
static FabricNodeRole[] |
FabricNodeRole.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.