Package io.deephaven.tablelogger
package io.deephaven.tablelogger
-
ClassDescriptionInterface for writing out values in a row.Per-row transaction flags.RowSetter<T>Type-safe interface for setting cell values in individual columns of a row to allow a row to be written.All generated TableLoggers implement this interface.TableLoggerImpl2<T extends WritableRowContainer>Common parts of the generated TableLoggers.TableWriter<R extends Row>Interface for writing table data out.WritableRowContainer<R extends Row>A container for a Row that supports the concept of release, as well as access to the row itself.