A B C D G I O P Q S T U V W 

A

alterDatabasePrivilege(String, String, boolean, String...) - Method in class org.influxdb.impl.InfluxDBImpl
 
alterDatabasePrivilege(String, String, boolean, String...) - Method in interface org.influxdb.InfluxDB
Alter the admin privilege of a given database user.
authenticateDatabaseUser(String, String, String) - Method in class org.influxdb.impl.InfluxDBImpl
 
authenticateDatabaseUser(String, String, String) - Method in interface org.influxdb.InfluxDB
Authenticate with the given credentials against the database.

B

build() - Method in class org.influxdb.dto.Serie.Builder
Create a Serie instance.

C

columns(String...) - Method in class org.influxdb.dto.Serie.Builder
 
connect(String, String, String) - Static method in enum org.influxdb.InfluxDBFactory
Create a connection to a InfluxDB.
ContinuousQuery - Class in org.influxdb.dto
Representation of a InfluxDB continous_query.
ContinuousQuery() - Constructor for class org.influxdb.dto.ContinuousQuery
 
createClusterAdmin(String, String) - Method in class org.influxdb.impl.InfluxDBImpl
 
createClusterAdmin(String, String) - Method in interface org.influxdb.InfluxDB
Create a new cluster admin.
createDatabase(String, int) - Method in class org.influxdb.impl.InfluxDBImpl
 
createDatabase(String, int) - Method in interface org.influxdb.InfluxDB
Create a new Database.
createDatabaseUser(String, String, String, String...) - Method in class org.influxdb.impl.InfluxDBImpl
 
createDatabaseUser(String, String, String, String...) - Method in interface org.influxdb.InfluxDB
Create a new regular database user.
createScheduledDelete(String, ScheduledDelete) - Method in class org.influxdb.impl.InfluxDBImpl
 
createScheduledDelete(String, ScheduledDelete) - Method in interface org.influxdb.InfluxDB
Create a new scheduled deletion.

D

Database - Class in org.influxdb.dto
Representation of a influxdb database.
Database(String, int) - 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.

G

getColumns() - Method in class org.influxdb.dto.Serie
 
getId() - Method in class org.influxdb.dto.ContinuousQuery
 
getId() - Method in class org.influxdb.dto.ScheduledDelete
 
getName() - Method in class org.influxdb.dto.Database
 
getName() - Method in class org.influxdb.dto.Serie
 
getName() - Method in class org.influxdb.dto.User
 
getOlderThan() - Method in class org.influxdb.dto.ScheduledDelete
 
getPassword() - Method in class org.influxdb.dto.User
 
getQuery() - Method in class org.influxdb.dto.ContinuousQuery
 
getReadFrom() - Method in class org.influxdb.dto.User
 
getRegex() - Method in class org.influxdb.dto.ScheduledDelete
 
getReplicationFactor() - Method in class org.influxdb.dto.Database
 
getResponseTime() - Method in class org.influxdb.dto.Pong
 
getRows() - Method in class org.influxdb.dto.Serie
 
getRunAt() - Method in class org.influxdb.dto.ScheduledDelete
 
getStatus() - Method in class org.influxdb.dto.Pong
 
getWriteTo() - Method in class org.influxdb.dto.User
 

I

InfluxDB - Interface in org.influxdb
Interface with all available methods to access a InfluxDB database.
InfluxDB.LogLevel - Enum in org.influxdb
Controls the level of logging of the REST layer.
InfluxDBFactory - Enum in org.influxdb
A Factory to create a instance of a InfluxDB Database adapter.
InfluxDBImpl - Class in org.influxdb.impl
Implementation of a InluxDB API.
InfluxDBImpl(String, String, String) - Constructor for class org.influxdb.impl.InfluxDBImpl
Constructor which should only be used from the InfluxDBFactory.
isAdmin() - Method in class org.influxdb.dto.User
 

O

org.influxdb - package org.influxdb
 
org.influxdb.dto - package org.influxdb.dto
 
org.influxdb.impl - package org.influxdb.impl
 

P

ping() - Method in class org.influxdb.impl.InfluxDBImpl
 
ping() - Method in interface org.influxdb.InfluxDB
Ping this influxDB-
Pong - Class in org.influxdb.dto
Representation of the response for a influxdb ping.
Pong() - Constructor for class org.influxdb.dto.Pong
 

Q

Query(String, String, TimeUnit) - Method in class org.influxdb.impl.InfluxDBImpl
 
Query(String, String, TimeUnit) - Method in interface org.influxdb.InfluxDB
Execute a query agains a database.

S

ScheduledDelete - Class in org.influxdb.dto
Representation of a InfluxDB scheduled_delete.
ScheduledDelete() - Constructor for class org.influxdb.dto.ScheduledDelete
 
Serie - Class in org.influxdb.dto
Representation of a InfluxDB database serie.
Serie.Builder - Class in org.influxdb.dto
Builder for a new Serie.
Serie.Builder(String) - Constructor for class org.influxdb.dto.Serie.Builder
 
setAdmin(boolean) - Method in class org.influxdb.dto.User
 
setId(int) - Method in class org.influxdb.dto.ContinuousQuery
 
setId(int) - Method in class org.influxdb.dto.ScheduledDelete
 
setLogLevel(InfluxDB.LogLevel) - Method in class org.influxdb.impl.InfluxDBImpl
 
setLogLevel(InfluxDB.LogLevel) - Method in interface org.influxdb.InfluxDB
Set the loglevel which is used for REST related actions.
setOlderThan(String) - Method in class org.influxdb.dto.ScheduledDelete
 
setPassword(String) - Method in class org.influxdb.dto.User
 
setPermissions(String...) - Method in class org.influxdb.dto.User
Setter for readFrom and writeTo permissions for this user.
setQuery(String) - Method in class org.influxdb.dto.ContinuousQuery
 
setReadFrom(String) - Method in class org.influxdb.dto.User
 
setRegex(String) - Method in class org.influxdb.dto.ScheduledDelete
 
setResponseTime(long) - Method in class org.influxdb.dto.Pong
 
setRunAt(String) - Method in class org.influxdb.dto.ScheduledDelete
 
setStatus(String) - Method in class org.influxdb.dto.Pong
 
setWriteTo(String) - Method in class org.influxdb.dto.User
 

T

toString() - Method in class org.influxdb.dto.ContinuousQuery
toString() - Method in class org.influxdb.dto.Database
toString() - Method in class org.influxdb.dto.Pong
toString() - Method in class org.influxdb.dto.ScheduledDelete
toString() - Method in class org.influxdb.dto.Serie
toString() - Method in class org.influxdb.dto.User

U

updateClusterAdmin(String, String) - Method in class org.influxdb.impl.InfluxDBImpl
 
updateClusterAdmin(String, String) - Method in interface org.influxdb.InfluxDB
Update the password of the given admin.
updateDatabaseUser(String, String, String, String...) - Method in class org.influxdb.impl.InfluxDBImpl
 
updateDatabaseUser(String, String, String, String...) - Method in interface org.influxdb.InfluxDB
Update the password and/or the permissions of a database user.
User - Class in org.influxdb.dto
Representation of a InfluxDB database user.
User(String) - Constructor for class org.influxdb.dto.User
 

V

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(Object...) - Method in class org.influxdb.dto.Serie.Builder
 
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.

W

write(String, TimeUnit, Serie...) - Method in class org.influxdb.impl.InfluxDBImpl
 
write(String, TimeUnit, Serie...) - Method in interface org.influxdb.InfluxDB
Write a Series to the given database.
A B C D G I O P Q S T U V W 

Copyright © 2014. All Rights Reserved.