Spring for Apache Hadoop

org.springframework.yarn.support
Class NetworkUtils

java.lang.Object
  extended by org.springframework.yarn.support.NetworkUtils

public class NetworkUtils
extends java.lang.Object

Various network utilities.

Author:
Janne Valkealahti

Constructor Summary
NetworkUtils()
           
 
Method Summary
static java.lang.String getDefaultAddress()
          Gets the main network address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkUtils

public NetworkUtils()
Method Detail

getDefaultAddress

public static java.lang.String getDefaultAddress()
Gets the main network address.

Returns:
network address, null if not found

Spring for Apache Hadoop