Class InfluxDB2Properties

java.lang.Object
com.influxdb.spring.influx.InfluxDB2Properties

@ConfigurationProperties(prefix="influx") public class InfluxDB2Properties extends Object
Configuration properties for InfluxDB 2.
Author:
Jakub Bednar (bednar@github) (06/05/2019 12:54)
  • Constructor Details

    • InfluxDB2Properties

      public InfluxDB2Properties()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getLogLevel

      public com.influxdb.LogLevel getLogLevel()
    • setLogLevel

      public void setLogLevel(com.influxdb.LogLevel logLevel)
    • getOrg

      public String getOrg()
    • setOrg

      public void setOrg(String org)
    • getBucket

      public String getBucket()
    • setBucket

      public void setBucket(String bucket)
    • getReadTimeout

      public Duration getReadTimeout()
    • setReadTimeout

      public void setReadTimeout(Duration readTimeout)
    • getWriteTimeout

      public Duration getWriteTimeout()
    • setWriteTimeout

      public void setWriteTimeout(Duration writeTimeout)
    • getConnectTimeout

      public Duration getConnectTimeout()
    • setConnectTimeout

      public void setConnectTimeout(Duration connectTimeout)