Class EndpointSnitchInfo

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void create()  
      java.lang.String getDatacenter()
      Provides the Datacenter name depending on the respective snitch used for this node
      java.lang.String getDatacenter​(java.lang.String host)
      Provides the Datacenter name depending on the respective snitch used, given the hostname/ip
      java.lang.String getRack()
      Provides the Rack name depending on the respective snitch used for this node
      java.lang.String getRack​(java.lang.String host)
      Provides the Rack name depending on the respective snitch used, given the host name/ip
      java.lang.String getSnitchName()
      Provides the snitch name of the cluster
      • Methods inherited from class java.lang.Object

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

      • EndpointSnitchInfo

        public EndpointSnitchInfo()
    • Method Detail

      • create

        public static void create()
      • getDatacenter

        public java.lang.String getDatacenter​(java.lang.String host)
                                       throws java.net.UnknownHostException
        Description copied from interface: EndpointSnitchInfoMBean
        Provides the Datacenter name depending on the respective snitch used, given the hostname/ip
        Specified by:
        getDatacenter in interface EndpointSnitchInfoMBean
        Throws:
        java.net.UnknownHostException
      • getRack

        public java.lang.String getRack​(java.lang.String host)
                                 throws java.net.UnknownHostException
        Description copied from interface: EndpointSnitchInfoMBean
        Provides the Rack name depending on the respective snitch used, given the host name/ip
        Specified by:
        getRack in interface EndpointSnitchInfoMBean
        Throws:
        java.net.UnknownHostException