Package app. cash. backfila. embedded. internal
Types
BatchSnapshot
Link copied to clipboard
data class BatchSnapshot(partitionName: String, batchRange: KeyRange, scannedRecordCount: Long, matchingRecordCount: Long)
Content copied to clipboard
PartitionCursor
Link copied to clipboard
data class PartitionCursor(partitionName: String, keyRange: KeyRange, previousEndKey: ByteString?, done: Boolean)
Content copied to clipboard