Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/store-sqlite / / ConsolidatorStateRow
Interface: ConsolidatorStateRow
Defined in: packages/store-sqlite/src/consolidator-store.ts:23
Persisted state row mirrored byte-for-byte by @graphorin/memory's ConsolidatorStateRow.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
activeLockAcquiredAt | readonly | number | null | - | packages/store-sqlite/src/consolidator-store.ts:30 |
activeLockHeldBy | readonly | string | null | - | packages/store-sqlite/src/consolidator-store.ts:29 |
lastCompletedAt | readonly | number | null | - | packages/store-sqlite/src/consolidator-store.ts:27 |
lastPhase | readonly | "light" | "standard" | "deep" | null | - | packages/store-sqlite/src/consolidator-store.ts:26 |
lastProcessedMessageId | readonly | string | null | - | packages/store-sqlite/src/consolidator-store.ts:25 |
nextEligibleAt | readonly | number | null | - | packages/store-sqlite/src/consolidator-store.ts:28 |
reflectionWatermark | readonly | number | null | ended_at (epoch ms) of the newest episode the deep-phase reflection pass has already reflected on (MCON-13). A later pass accumulates importance only from strictly-newer episodes; null ⇒ nothing reflected yet. | packages/store-sqlite/src/consolidator-store.ts:37 |
scope | readonly | SessionScope | - | packages/store-sqlite/src/consolidator-store.ts:24 |