Package com.linkedin.venice.hooks


package com.linkedin.venice.hooks
  • Class
    Description
     
    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.
    A hook which returns this enum has the option of proceeding, aborting, waiting or rolling back.