org.apache.hadoop.yarn.util
Class Records

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

@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
@InterfaceStability.Unstable
public class Records
extends Object

Convenient API record utils


Constructor Summary
Records()
           
 
Method Summary
static
<T> T
newRecord(Class<T> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Records

public Records()
Method Detail

newRecord

public static <T> T newRecord(Class<T> cls)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.