Package app.cash.backfila.embedded.internal

Types

BatchSnapshot
Link copied to clipboard
data class BatchSnapshot(partitionName: String, batchRange: KeyRange, scannedRecordCount: Long, matchingRecordCount: Long)
PartitionCursor
Link copied to clipboard
data class PartitionCursor(partitionName: String, keyRange: KeyRange, previousEndKey: ByteString?, done: Boolean)
Immutable snapshot of a cursor.