org.apache.hadoop.yarn.factories.impl.pb
Class RecordFactoryPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.factories.impl.pb.RecordFactoryPBImpl
All Implemented Interfaces:
RecordFactory

public class RecordFactoryPBImpl
extends Object
implements RecordFactory


Method Summary
static RecordFactory get()
           
<T> T
newRecordInstance(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static RecordFactory get()

newRecordInstance

public <T> T newRecordInstance(Class<T> clazz)
                    throws YarnException
Specified by:
newRecordInstance in interface RecordFactory
Throws:
YarnException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.