Class BackupOperation


  • public class BackupOperation
    extends java.lang.Object
    Identifier representing a backup of a distinct bucket to a specific node.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int bucket()
      Returns the bucket identifier.
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      org.onosproject.cluster.NodeId nodeId()
      Returns the node identifier.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • nodeId

        public org.onosproject.cluster.NodeId nodeId()
        Returns the node identifier.
        Returns:
        the node identifier
      • bucket

        public int bucket()
        Returns the bucket identifier.
        Returns:
        the bucket identifier
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object