Class IsolatedIngestionNotifier
java.lang.Object
com.linkedin.davinci.ingestion.isolated.IsolatedIngestionNotifier
- All Implemented Interfaces:
VeniceNotifier,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompleted(String kafkaTopic, int partitionId, PubSubPosition position, String message) voiddataRecoveryCompleted(String kafkaTopic, int partitionId, PubSubPosition position, String message) voidendOfIncrementalPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String incrementalPushVersion) voidendOfPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String message) voidReport an error, during the consumption for a Partitions and store.voidprogress(String kafkaTopic, int partitionId, PubSubPosition position, String message) voidrestarted(String kafkaTopic, int partitionId, PubSubPosition position, String message) voidvoidstartOfIncrementalPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String incrementalPushVersion) voidstopped(String kafkaTopic, int partitionId, PubSubPosition position) voidtopicSwitchReceived(String kafkaTopic, int partitionId, PubSubPosition position, String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.davinci.notifier.VeniceNotifier
batchEndOfIncrementalPushReceived, catchUpVersionTopicOffsetLag, close, completed, endOfIncrementalPushReceived, endOfPushReceived, progress, quotaNotViolated, quotaNotViolated, quotaViolated, quotaViolated, restarted, started, startOfIncrementalPushReceived, topicSwitchReceived
-
Constructor Details
-
IsolatedIngestionNotifier
-
-
Method Details
-
completed
- Specified by:
completedin interfaceVeniceNotifier
-
error
Description copied from interface:VeniceNotifierReport an error, during the consumption for a Partitions and store. The error may or may not be fatal.- Specified by:
errorin interfaceVeniceNotifier
-
started
- Specified by:
startedin interfaceVeniceNotifier
-
restarted
- Specified by:
restartedin interfaceVeniceNotifier
-
endOfPushReceived
public void endOfPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String message) - Specified by:
endOfPushReceivedin interfaceVeniceNotifier
-
startOfIncrementalPushReceived
public void startOfIncrementalPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String incrementalPushVersion) - Specified by:
startOfIncrementalPushReceivedin interfaceVeniceNotifier
-
endOfIncrementalPushReceived
public void endOfIncrementalPushReceived(String kafkaTopic, int partitionId, PubSubPosition position, String incrementalPushVersion) - Specified by:
endOfIncrementalPushReceivedin interfaceVeniceNotifier
-
topicSwitchReceived
public void topicSwitchReceived(String kafkaTopic, int partitionId, PubSubPosition position, String message) - Specified by:
topicSwitchReceivedin interfaceVeniceNotifier
-
dataRecoveryCompleted
public void dataRecoveryCompleted(String kafkaTopic, int partitionId, PubSubPosition position, String message) - Specified by:
dataRecoveryCompletedin interfaceVeniceNotifier
-
progress
- Specified by:
progressin interfaceVeniceNotifier
-
stopped
- Specified by:
stoppedin interfaceVeniceNotifier
-