Interface Entry

All Superinterfaces:
Record, Row
All Known Subinterfaces:
TableWriter<R>
All Known Implementing Classes:
AbstractBinaryStoreWriter, ArrayBackedTableWriter, BinaryStoreAggregatorWriterMultiPartition, BinaryStoreAggregatorWriterStandard, BinaryStoreWriterV2, DiskTableWriter, DynamicTableWriter, HybridWriter, InMemoryTableWriter, InMemoryTableWriter, LocalTableWriter, RowOrientedArrayBackedTableWriter, StreamTableWriter

public interface Entry extends Row, Record
Binary stores consist of Entries, which may be Rows or Records. This Interface is the union of the two types.