Package com.linkedin.venice.producer
Class DurableWrite
java.lang.Object
com.linkedin.venice.producer.DurableWrite
This class is used as the return type of the
CompletableFuture
that is returned
by the Venice producer. It only signifies that the write operation is durable in the PubSub system (and eventually in
Venice storage). It does not imply that the data is available to readers.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DurableWrite
public DurableWrite()
-