Uses of Class
org.influxdb.InfluxDB.LogLevel
Package | Description |
---|---|
org.influxdb | |
org.influxdb.impl |
-
Uses of InfluxDB.LogLevel in org.influxdb
Methods in org.influxdb that return InfluxDB.LogLevel Modifier and Type Method Description static InfluxDB.LogLevel
InfluxDB.LogLevel. parseLogLevel(String value)
Parses the string argument as a LogLevel constant.static InfluxDB.LogLevel
InfluxDB.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static InfluxDB.LogLevel[]
InfluxDB.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.influxdb with parameters of type InfluxDB.LogLevel Modifier and Type Method Description InfluxDB
InfluxDB. setLogLevel(InfluxDB.LogLevel logLevel)
Set the loglevel which is used for REST related actions. -
Uses of InfluxDB.LogLevel in org.influxdb.impl
Methods in org.influxdb.impl with parameters of type InfluxDB.LogLevel Modifier and Type Method Description InfluxDB
InfluxDBImpl. setLogLevel(InfluxDB.LogLevel logLevel)