Package com.illumon.iris.db.tables.utils
Class InMemoryBlockTableWriter
java.lang.Object
com.illumon.iris.db.tables.utils.InMemoryBlockTableWriter
public class InMemoryBlockTableWriter extends Object
-
Constructor Summary
Constructors Constructor Description InMemoryBlockTableWriter(TableDefinition definition)
InMemoryBlockTableWriter(TableDefinition definition, int baseBlockSize)
-
Method Summary
Modifier and Type Method Description void
cycleBlock(boolean end)
void
cycleBlock(boolean end, String info)
Table
getBlockTable()
List<Table>
getBlockTables()
void
setValue(String columname, Object value)
void
writeRow()
-
Constructor Details
-
InMemoryBlockTableWriter
- Throws:
IOException
-
InMemoryBlockTableWriter
- Throws:
IOException
-
-
Method Details
-
cycleBlock
- Throws:
IOException
-
cycleBlock
- Throws:
IOException
-
setValue
-
getBlockTable
- Throws:
IOException
-
getBlockTables
-
writeRow
public void writeRow()
-