@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class NodeLabel extends Object implements Comparable<NodeLabel>
Constructor and Description |
---|
NodeLabel() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NodeLabel other) |
boolean |
equals(Object obj) |
abstract String |
getName() |
int |
hashCode() |
abstract boolean |
isExclusive() |
String |
toString() |
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getName()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean isExclusive()
public int compareTo(NodeLabel other)
compareTo
in interface Comparable<NodeLabel>
Copyright © 2018 Apache Software Foundation. All rights reserved.