Class DurableWrite


  • public class DurableWrite
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      DurableWrite()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DurableWrite

        public DurableWrite()