@InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"}) @InterfaceStability.Unstable public interface Node
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
String |
getName() |
String |
getNetworkLocation() |
Node |
getParent() |
void |
setLevel(int i)
Set this node's level in the tree
|
void |
setNetworkLocation(String location)
Set this node's network location
|
void |
setParent(Node parent)
Set this node's parent
|
String getNetworkLocation()
void setNetworkLocation(String location)
location
- the locationString getName()
Node getParent()
void setParent(Node parent)
parent
- the parentint getLevel()
void setLevel(int i)
i
- the levelCopyright © 2013 Apache Software Foundation. All rights reserved.