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:
org.apache.hadoop.yarn.factories.RecordFactory

@InterfaceAudience.Private
public class RecordFactoryPBImpl
extends Object
implements org.apache.hadoop.yarn.factories.RecordFactory


Method Summary
static org.apache.hadoop.yarn.factories.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 org.apache.hadoop.yarn.factories.RecordFactory get()

newRecordInstance

public <T> T newRecordInstance(Class<T> clazz)
Specified by:
newRecordInstance in interface org.apache.hadoop.yarn.factories.RecordFactory


Copyright © 2014 Apache Software Foundation. All Rights Reserved.