public static class DirectoryTable.Node
extends java.lang.Object
implements java.lang.Comparable
Constructor and Description |
---|
Node(java.lang.String name,
FabricNodeRole role) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DirectoryTable.Node other) |
boolean |
equals(DirectoryTable.Node other) |
boolean |
equals(java.lang.Object other) |
java.util.List |
getLinks() |
java.lang.String |
getName() |
FabricNodeRole |
getRole() |
int |
hashCode() |
boolean |
hasLink(DiscoveryLink link) |
boolean |
hasLinks() |
public Node(java.lang.String name, FabricNodeRole role)
public java.lang.String getName()
public FabricNodeRole getRole()
public boolean hasLinks()
public java.util.List getLinks()
public boolean hasLink(DiscoveryLink link)
public int compareTo(DirectoryTable.Node other)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(DirectoryTable.Node other)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.