Interface RecordFactory


@LimitedPrivate({"MapReduce","YARN"}) @Unstable public interface RecordFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
     
  • Method Details

    • newRecordInstance

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