| Interface | Description |
|---|---|
| Committer |
Determines when to commit/complete a table file when writing a stream of rows to a group of
table files.
|
| Class | Description |
|---|---|
| BytesCommitter |
Determines whether to commit a table file based on the size of the file in bytes.
|
| RowsCommitter |
Determines whether to commit based on the number of rows that have been written.
|
| TablesWriter |
Writes a stream of rows to a list of tables, when
Committer determines that the current
table should be committed/completed, the table file is completed and a new table file is created. |
Copyright © 2022. All Rights Reserved.