Class ClusterInfo


  • public class ClusterInfo
    extends Object
    Cluster info.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • ClusterInfo

        public ClusterInfo()
    • Method Detail

      • getId

        public String getId()
      • getVersion

        public String getVersion()
      • getConfigHash

        public String getConfigHash()
      • getInterNodeUrl

        public String getInterNodeUrl()
      • getHostname

        public String getHostname()
      • getLastPing

        public long getLastPing()
      • isAlive

        public boolean isAlive()
      • setId

        public void setId​(String id)
      • setVersion

        public void setVersion​(String version)
      • setConfigHash

        public void setConfigHash​(String configHash)
      • setInterNodeUrl

        public void setInterNodeUrl​(String interNodeUrl)
      • setHostname

        public void setHostname​(String hostname)
      • setLastPing

        public void setLastPing​(long lastPing)
      • setAlive

        public void setAlive​(boolean isAlive)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object