Package com.linkedin.venice.hooks
-
Class Summary Class Description StoreLifecycleHooks This interface defines a set of lifecycle events for stores and their store-versions.
Pre-hooks and post-hooks
Most events have a pre- and post- variant, all pre-hooks provide an option to control the outcome of the event (e.g. -
Enum Summary Enum Description StoreLifecycleEventOutcome StoreVersionLifecycleEventOutcome A hook which returns this enum has the option of proceeding, aborting, waiting or rolling back.