Framework
applyCatalogSetDelta()
Function: applyCatalogSetDelta()
function applyCatalogSetDelta(
adapter,
catalogKey,
id,
chunkId): Promise<void>Recovery-aware catalog set.
During recovery, we need to apply catalog deltas at the raw adapter level. This helper manages the catalog structure.
Parameters
| Parameter | Type |
|---|---|
adapter | FlashcoreAdapter<string, unknown> |
catalogKey | string |
id | string |
chunkId | number |
Returns
Promise<void>
