Class BaseRecordReader<T>


  • @Deprecated
    public abstract class BaseRecordReader<T>
    extends RecordReader<T>
    Deprecated.
    Base record reader class.
    • Constructor Detail

      • BaseRecordReader

        public BaseRecordReader()
        Deprecated.
    • Method Detail

      • read

        public T read()
        Deprecated.
        Description copied from class: RecordReader
        Reads one record and returns it.
        Specified by:
        read in class RecordReader<T>
        Returns:
        the materialized record
      • readOneRecord

        protected abstract void readOneRecord()
        Deprecated.
      • currentLevel

        protected void currentLevel​(int currentLevel)
        Deprecated.
      • log

        protected void log​(String message)
        Deprecated.
      • getCaseId

        protected final int getCaseId​(int state,
                                      int currentLevel,
                                      int d,
                                      int nextR)
        Deprecated.
      • startMessage

        protected final void startMessage()
        Deprecated.
      • startGroup

        protected final void startGroup​(String field,
                                        int index)
        Deprecated.
      • addPrimitiveINT64

        protected final void addPrimitiveINT64​(String field,
                                               int index,
                                               long value)
        Deprecated.
      • addPrimitiveBINARY

        protected final void addPrimitiveBINARY​(String field,
                                                int index,
                                                Binary value)
        Deprecated.
      • addPrimitiveINT32

        protected final void addPrimitiveINT32​(String field,
                                               int index,
                                               int value)
        Deprecated.
      • endGroup

        protected final void endGroup​(String field,
                                      int index)
        Deprecated.
      • endMessage

        protected final void endMessage()
        Deprecated.
      • error

        protected void error​(String message)
        Deprecated.