Package com.illumon.iris.binarystore
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
Return the size of this row in bytes.final boolean
isNull()
protected void
protected abstract void
-
Method Details
-
isNull
public final boolean isNull()- Overrides:
isNull
in classAbstractRowSetter<T>
-
writeData
- 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()
-