Java org.apache.hadoop.net NetworkTopology fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.net NetworkTopology fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.net NetworkTopology.

The text is from its open source code.

Field

Constructor

Method

voidadd(Node node)
Add a leaf node Update node counter & rack counter if necessary
NetworkTopologygetInstance(Configuration conf)
Get an instance of NetworkTopology based on the value of the configuration parameter net.topology.impl.
NodegetNode(String loc)
Given a string representation of a node, return its reference