Package com.linkedin.venice.producer
Class DurableWrite
- java.lang.Object
-
- com.linkedin.venice.producer.DurableWrite
-
public class DurableWrite extends java.lang.Object
This class is used as the return type of theCompletableFuture
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
Constructors Constructor Description DurableWrite()
-