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
-
Method Summary
Methods inherited from class com.linkedin.davinci.notifier.LogNotifier
catchUpVersionTopicOffsetLag, close, completed, dataRecoveryCompleted, endOfIncrementalPushReceived, endOfPushReceived, progress, restarted, started, startOfIncrementalPushReceived, stopped, topicSwitchReceived
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:VeniceNotifier
Report an error, during the consumption for a Partitions and store. The error may or may not be fatal.- Specified by:
error
in interfaceVeniceNotifier
- Overrides:
error
in classLogNotifier
-
getLatestException
-