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 TypeMethodDescriptionvoid
onCompletion
(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, wait
Methods inherited from interface com.linkedin.venice.pubsub.api.PubSubProducerCallback
setInternalCallback
-
Constructor Details
-
ChildWriterProducerCallback
public ChildWriterProducerCallback()
-
-
Method Details
-
onCompletion
Description copied from interface:PubSubProducerCallback
exception will be null if request was completed without an error.- Specified by:
onCompletion
in interfacePubSubProducerCallback
-