Class IsolatedIngestionNotifier
java.lang.Object
com.linkedin.davinci.ingestion.isolated.IsolatedIngestionNotifier
- All Implemented Interfaces:
VeniceNotifier
,Closeable
,AutoCloseable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
dataRecoveryCompleted
(String kafkaTopic, int partitionId, long offset, String message) void
endOfIncrementalPushReceived
(String kafkaTopic, int partitionId, long offset, String incrementalPushVersion) void
endOfPushReceived
(String kafkaTopic, int partitionId, long offset, String message) void
Report an error, during the consumption for a Partitions and store.void
void
void
void
startOfIncrementalPushReceived
(String kafkaTopic, int partitionId, long offset, String incrementalPushVersion) void
void
topicSwitchReceived
(String kafkaTopic, int partitionId, long offset, String message) 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, catchUpVersionTopicOffsetLag, close, completed, endOfIncrementalPushReceived, endOfPushReceived, progress, quotaNotViolated, quotaNotViolated, quotaViolated, quotaViolated, restarted, started, startOfIncrementalPushReceived, topicSwitchReceived
-
Constructor Details
-
IsolatedIngestionNotifier
-
-
Method Details
-
completed
- Specified by:
completed
in interfaceVeniceNotifier
-
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
-
started
- Specified by:
started
in interfaceVeniceNotifier
-
restarted
- Specified by:
restarted
in interfaceVeniceNotifier
-
endOfPushReceived
- Specified by:
endOfPushReceived
in interfaceVeniceNotifier
-
startOfIncrementalPushReceived
public void startOfIncrementalPushReceived(String kafkaTopic, int partitionId, long offset, String incrementalPushVersion) - Specified by:
startOfIncrementalPushReceived
in interfaceVeniceNotifier
-
endOfIncrementalPushReceived
public void endOfIncrementalPushReceived(String kafkaTopic, int partitionId, long offset, String incrementalPushVersion) - Specified by:
endOfIncrementalPushReceived
in interfaceVeniceNotifier
-
topicSwitchReceived
- Specified by:
topicSwitchReceived
in interfaceVeniceNotifier
-
dataRecoveryCompleted
- Specified by:
dataRecoveryCompleted
in interfaceVeniceNotifier
-
progress
- Specified by:
progress
in interfaceVeniceNotifier
-
stopped
- Specified by:
stopped
in interfaceVeniceNotifier
-