Class FailoverLogEntry

java.lang.Object
com.couchbase.client.dcp.state.FailoverLogEntry

public class FailoverLogEntry extends Object
Represents a single entry in a failover log per partition state.
Since:
1.0.0
Author:
Michael Nitschinger
  • Constructor Details

    • FailoverLogEntry

      public FailoverLogEntry(long seqno, long uuid)
  • Method Details

    • getSeqno

      public long getSeqno()
    • getUuid

      public long getUuid()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object