Class AbstractPartitionWriter.ChildWriterProducerCallback
java.lang.Object
com.linkedin.venice.hadoop.task.datawriter.AbstractPartitionWriter.ChildWriterProducerCallback
- All Implemented Interfaces:
PubSubProducerCallback
- Enclosing class:
- AbstractPartitionWriter
public class AbstractPartitionWriter.ChildWriterProducerCallback
extends Object
implements PubSubProducerCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompletion(PubSubProduceResult produceResult, Exception exception) exception will be null if request was completed without an error.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.venice.pubsub.api.PubSubProducerCallback
setInternalCallback
-
Constructor Details
-
ChildWriterProducerCallback
public ChildWriterProducerCallback()
-
-
Method Details
-
onCompletion
Description copied from interface:PubSubProducerCallbackexception will be null if request was completed without an error.- Specified by:
onCompletionin interfacePubSubProducerCallback
-