InnerNodeInnerNodeImpl, NodeBase@LimitedPrivate({"HDFS","MapReduce"})
@Unstable
public interface Node
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLevel() |
|
java.lang.String |
getName() |
|
java.lang.String |
getNetworkLocation() |
|
Node |
getParent() |
|
void |
setLevel(int i) |
Set this node's level in the tree
|
void |
setNetworkLocation(java.lang.String location) |
Set this node's network location
|
void |
setParent(Node parent) |
Set this node's parent
|
java.lang.String getNetworkLocation()
void setNetworkLocation(java.lang.String location)
location - the locationjava.lang.String getName()
Node getParent()
void setParent(Node parent)
parent - the parentint getLevel()
void setLevel(int i)
i - the levelCopyright © 2008–2025 Apache Software Foundation. All rights reserved.