Class BinaryRowV2.BinaryStoreRowSetter<T>

java.lang.Object
com.illumon.iris.binarystore.AbstractRowSetter<T>
com.illumon.iris.binarystore.BinaryRowV2.BinaryStoreRowSetter<T>
All Implemented Interfaces:
RowSetter<T>
Enclosing class:
BinaryRowV2

protected abstract class BinaryRowV2.BinaryStoreRowSetter<T> extends AbstractRowSetter<T>
  • Method Details

    • isNull

      public final boolean isNull()
      Overrides:
      isNull in class AbstractRowSetter<T>
    • writeData

      protected abstract void writeData() throws IOException
      Throws:
      IOException
    • getDataSize

      protected abstract int getDataSize()
      Return the size of this row in bytes.
      Returns:
      the size of this row in bytes
    • releaseValue

      protected void releaseValue()