Package com.illumon.iris.binarystore
Interface Entry
- All Known Subinterfaces:
TableWriter<R>
- All Known Implementing Classes:
AbstractBinaryStoreWriter
,ArrayBackedTableWriter
,BinaryStoreAggregatorWriterMultiPartition
,BinaryStoreAggregatorWriterStandard
,BinaryStoreWriterV2
,DiskTableWriter
,DynamicTableWriter
,HybridWriter
,InMemoryTableWriter
,InMemoryTableWriter
,LocalTableWriter
,RowOrientedArrayBackedTableWriter
,StreamTableWriter
Binary stores consist of Entries, which may be Rows or Records.
This Interface is the union of the two types.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.binarystore.Record
Record.RecordSetter<T extends RecordData>
-
Method Summary
Methods inherited from interface com.illumon.iris.binarystore.Record
getRecordSetter, getRecordSetter, writeRecord
Methods inherited from interface com.illumon.iris.binarystore.Row
getColumnPartitionValue, getSetter, getSetter, setColumnPartitionValue, setFlags, writeRow