- Database - Class in org.influxdb.dto
-
Representation of a influxdb database.
- Database(String) - Constructor for class org.influxdb.dto.Database
-
- deleteClusterAdmin(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deleteClusterAdmin(String) - Method in interface org.influxdb.InfluxDB
-
Delete a cluster admin.
- deleteContinuousQuery(String, int) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deleteContinuousQuery(String, int) - Method in interface org.influxdb.InfluxDB
-
Delete a continous query.
- deleteDatabase(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deleteDatabase(String) - Method in interface org.influxdb.InfluxDB
-
Delete a database.
- deleteDatabaseUser(String, String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deleteDatabaseUser(String, String) - Method in interface org.influxdb.InfluxDB
-
Delete a database user.
- deletePoints(String, String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deletePoints(String, String) - Method in interface org.influxdb.InfluxDB
-
Delete all points of a serie.
- deleteScheduledDelete(String, int) - Method in class org.influxdb.impl.InfluxDBImpl
-
- deleteScheduledDelete(String, int) - Method in interface org.influxdb.InfluxDB
-
Delete a scheduled deletion.
- describeClusterAdmins() - Method in class org.influxdb.impl.InfluxDBImpl
-
- describeClusterAdmins() - Method in interface org.influxdb.InfluxDB
-
Describe all cluster admins.
- describeContinuousQueries(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- describeContinuousQueries(String) - Method in interface org.influxdb.InfluxDB
-
Describe all contious queries in a database.
- describeDatabases() - Method in class org.influxdb.impl.InfluxDBImpl
-
- describeDatabases() - Method in interface org.influxdb.InfluxDB
-
Describe all available databases.
- describeDatabaseUsers(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- describeDatabaseUsers(String) - Method in interface org.influxdb.InfluxDB
-
Describe all database users allowed to acces the given database.
- describeScheduledDeletes(String) - Method in class org.influxdb.impl.InfluxDBImpl
-
- describeScheduledDeletes(String) - Method in interface org.influxdb.InfluxDB
-
Describe all scheduled deletes.