Structs§
- Callbacks you can install on the
ChunkBatcher
. - Implements an asynchronous batcher that coalesces
PendingRow
s intoChunk
s based upon the thresholds defined in the associatedChunkBatcherConfig
. - Defines the different thresholds of the associated
ChunkBatcher
. - A single row’s worth of data (i.e. a single log call).
- Helper class used to buffer time data.
Enums§
- Errors that can occur when creating/manipulating a
ChunkBatcher
. - Command 🔒