Package com.linkedin.venice.hadoop
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 Summary
Modifier and TypeMethodDescriptionvoid
record
(String storeName, int version, PushJobDetails pushJobDetails)
-
Method Details
-
record
-