public interface ITableWriterGeneric
IIndexTable
.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same.
Modifier and Type | Interface and Description |
---|---|
static class |
ITableWriterGeneric.Nop
/dev/null implementation
|
static interface |
ITableWriterGeneric.Table
Intersection type for writers that are also tables
|
Modifier and Type | Method and Description |
---|---|
void |
write(Direction direction,
Tuple row)
Adds/removes a row to/from the table.
|