Package com.linkedin.venice.utils
Class ExceptionCaptorNotifier
java.lang.Object
com.linkedin.davinci.notifier.LogNotifier
com.linkedin.venice.utils.ExceptionCaptorNotifier
- All Implemented Interfaces:
VeniceNotifier,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.linkedin.davinci.notifier.LogNotifier
catchUpVersionTopicOffsetLag, close, completed, dataRecoveryCompleted, endOfIncrementalPushReceived, endOfPushReceived, progress, restarted, started, startOfIncrementalPushReceived, stopped, topicSwitchReceivedMethods 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, completed, endOfIncrementalPushReceived, endOfPushReceived, progress, quotaNotViolated, quotaNotViolated, quotaViolated, quotaViolated, restarted, started, startOfIncrementalPushReceived, topicSwitchReceived
-
Constructor Details
-
ExceptionCaptorNotifier
public ExceptionCaptorNotifier()
-
-
Method Details
-
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- Overrides:
errorin classLogNotifier
-
getLatestException
-