Class DurableWrite

java.lang.Object
com.linkedin.venice.producer.DurableWrite

public class DurableWrite extends Object
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 Details

    • DurableWrite

      public DurableWrite()