Class MetricConfig.IoTDBReporterConfig

  • Enclosing class:
    MetricConfig

    public static class MetricConfig.IoTDBReporterConfig
    extends Object
    • Constructor Detail

      • IoTDBReporterConfig

        public IoTDBReporterConfig()
    • Method Detail

      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public Integer getPort()
      • setPort

        public void setPort​(Integer port)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getMaxConnectionNumber

        public Integer getMaxConnectionNumber()
      • setMaxConnectionNumber

        public void setMaxConnectionNumber​(Integer maxConnectionNumber)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getPushPeriodInSecond

        public Integer getPushPeriodInSecond()
      • setPushPeriodInSecond

        public void setPushPeriodInSecond​(Integer pushPeriodInSecond)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object