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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
record(java.lang.String storeName, int version, PushJobDetails pushJobDetails)
-
-
-
Method Detail
-
record
void record(java.lang.String storeName, int version, PushJobDetails pushJobDetails)
-
-