Package | Description |
---|---|
com.streamscape.sef.discovery |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryTable.addLink(java.lang.String nodeName,
DiscoveryLink link)
Adds the specified link to the specified node.
|
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.
|
void |
DirectoryTable.removeLink(java.lang.String nodeName,
DiscoveryLink link)
Removes the specified link from the specified node.
|
void |
DirectoryTable.removeNode(java.lang.String name)
Removes the node with the specified name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.