Interface SentPushJobDetailsTracker

  • All Known Implementing Classes:
    NoOpSentPushJobDetailsTracker

    public interface SentPushJobDetailsTracker
    Interface of class that is used to keep track of push job details sent to the Venice controller.
    • Method Detail

      • record

        void record​(java.lang.String storeName,
                    int version,
                    PushJobDetails pushJobDetails)