Uses of Interface
org.apache.hadoop.net.InnerNode
Packages that use InnerNode
-
Uses of InnerNode in org.apache.hadoop.net
Classes in org.apache.hadoop.net with type parameters of type InnerNodeClasses in org.apache.hadoop.net that implement InnerNodeModifier and TypeClassDescriptionclassInnerNode represents a switch/router of a data center or rack.Constructors in org.apache.hadoop.net with parameters of type InnerNodeModifierConstructorDescriptionprotectedInnerNodeImpl(String name, String location, InnerNode parent, int level) Construct an InnerNode from its name, its network location, its parent, and its level.