Class StateModelIngestionProgressNotifier

java.lang.Object
com.linkedin.davinci.helix.StateModelIngestionProgressNotifier
All Implemented Interfaces:
VeniceNotifier, Closeable, AutoCloseable
Direct Known Subclasses:
LeaderFollowerIngestionProgressNotifier

public class StateModelIngestionProgressNotifier extends Object implements VeniceNotifier
This class notifies the Helix State Models (SM) about corresponding ingestion progress. The class also holds latches that can be used in SM in the cases when state transitions need to coordinate with ingestion progress.
  • Constructor Details

    • StateModelIngestionProgressNotifier

      public StateModelIngestionProgressNotifier()
  • Method Details