Package com.illumon.iris.binarystore
Class AbstractRowGetter<T>
java.lang.Object
com.illumon.iris.binarystore.AbstractRowGetter<T>
- All Implemented Interfaces:
RowGetter<T>
- Direct Known Subclasses:
AbstractBinaryStoreReaderV2.BinaryStoreRowGetter
public class AbstractRowGetter<T> extends Object implements RowGetter<T>
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRowGetter(Class<T> type)
-
Method Summary
-
Constructor Details
-
Method Details
-
get
Description copied from interface:RowGetter
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
- Specified by:
getBoolean
in interfaceRowGetter<T>
-
getByte
public byte getByte() -
getChar
public char getChar() -
getDouble
public double getDouble() -
getFloat
public float getFloat() -
getInt
public int getInt() -
getLong
public long getLong() -
getShort
public short getShort() -
getType
-