Interface RowGetter<T>

All Known Implementing Classes:
AbstractBinaryStoreReaderV2.BinaryStoreRowGetter, AbstractRowGetter

public interface RowGetter<T>
  • Method Details

    • get

      T get()
      Get the value represented by this getter. It is only valid to call any method one time. Once called, the value may be nulled, freed, or changed.
    • getBoolean

      Boolean getBoolean()
    • getByte

      byte getByte()
    • getChar

      char getChar()
    • getDouble

      double getDouble()
    • getFloat

      float getFloat()
    • getInt

      int getInt()
    • getLong

      long getLong()
    • getShort

      short getShort()
    • getType

      Class<T> getType()