- value() - Method in enum org.influxdb.InfluxDB.ConsistencyLevel
-
Get the String value of the ConsistencyLevel.
- valueOf(String) - Static method in enum org.influxdb.impl.TimeUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.influxdb.InfluxDB.ConsistencyLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.influxdb.InfluxDB.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.influxdb.InfluxDBFactory
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.influxdb.impl.TimeUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.influxdb.InfluxDB.ConsistencyLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.influxdb.InfluxDB.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.influxdb.InfluxDBFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class org.influxdb.impl.InfluxDBImpl
-
- version() - Method in interface org.influxdb.InfluxDB
-
Return the version of the connected influxDB Server.
- write(Point) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(List<String>) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(String, String, Point) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(int, Point) - Method in class org.influxdb.impl.InfluxDBImpl
-
Write a single Point to the database through UDP.
- write(BatchPoints) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(String, String, InfluxDB.ConsistencyLevel, String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(String, String, InfluxDB.ConsistencyLevel, List<String>) - Method in class org.influxdb.impl.InfluxDBImpl
-
- write(int, String) - Method in class org.influxdb.impl.InfluxDBImpl
-
Write a set of Points to the influxdb database with the string records through UDP.
- write(int, List<String>) - Method in class org.influxdb.impl.InfluxDBImpl
-
Write a set of Points to the influxdb database with the list of string records through UDP.
- write(Point) - Method in interface org.influxdb.InfluxDB
-
Write a single Point to the default database.
- write(String) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the default database with the string records.
- write(List<String>) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the default database with the list of string records.
- write(String, String, Point) - Method in interface org.influxdb.InfluxDB
-
Write a single Point to the database.
- write(int, Point) - Method in interface org.influxdb.InfluxDB
-
Write a single Point to the database through UDP.
- write(BatchPoints) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the influxdb database with the new (>= 0.9.0rc32) lineprotocol.
- write(String, String, InfluxDB.ConsistencyLevel, String) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the influxdb database with the string records.
- write(String, String, InfluxDB.ConsistencyLevel, List<String>) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the influxdb database with the list of string records.
- write(int, String) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the influxdb database with the string records through UDP.
- write(int, List<String>) - Method in interface org.influxdb.InfluxDB
-
Write a set of Points to the influxdb database with the list of string records through UDP.