org.apache.hadoop.yarn.factories
Interface RecordFactory


@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
@InterfaceStability.Unstable
public interface RecordFactory


Method Summary
<T> T
newRecordInstance(Class<T> clazz)
           
 

Method Detail

newRecordInstance

<T> T newRecordInstance(Class<T> clazz)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.