Module parsed_state_updates

Source
Expand description

Utilities for parsing and augmenting “raw” catalog changes (StateUpdateKind), so that we can update in-memory adapter state, apply implications, and apply derived commands to the controller(s).

See parse_state_update for details.

Structs§

ParsedStateUpdate
An update that needs to be applied to a controller.

Enums§

ParsedStateUpdateKind
An update that needs to be applied to a controller.

Functions§

parse_cluster_replica_update 🔒
parse_cluster_update 🔒
parse_item_update 🔒
parse_item_update_common 🔒
parse_state_update
Potentially generate a ParsedStateUpdate that corresponds to the given change to the catalog.
parse_temporary_item_update 🔒