Class WriteDocumentReply

    • Constructor Detail

      • WriteDocumentReply

        public WriteDocumentReply​(int type)
    • Method Detail

      • getHighestModificationTimestamp

        public long getHighestModificationTimestamp()
        Returns a unique VDS timestamp so that visiting up to and including that timestamp will return a state including this operation but not any operations sent to the same distributor after it. For PUT/UPDATE/REMOVE operations this timestamp will be the timestamp of the operation.
        Returns:
        Returns the modification timestamp.
      • setHighestModificationTimestamp

        public void setHighestModificationTimestamp​(long timestamp)
        Sets the modification timestamp.