org.apache.hadoop.yarn.util
Class Self

java.lang.Object
  extended by org.apache.hadoop.yarn.util.Self

public class Self
extends Object

Some utilities for introspection


Constructor Summary
Self()
           
 
Method Summary
static boolean isJUnitTest()
           
static boolean isUnitTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Self

public Self()
Method Detail

isUnitTest

public static boolean isUnitTest()

isJUnitTest

public static boolean isJUnitTest()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.