A B C D F G I L O P Q R 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) - Method in class org.influxdb.impl.InfluxDBImpl
 
createDatabase(String) - 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.
createShard(Shard) - Method in class org.influxdb.impl.InfluxDBImpl
Create a new Shard.
createShard(Shard) - Method in interface org.influxdb.InfluxDB
Create a new Shard.

D

Database - Class in org.influxdb.dto
Representation of a influxdb database.
Database(String) - Constructor for class org.influxdb.dto.Database
 
DELETE - Annotation Type in org.influxdb.impl
Make a DELETE with Body request to a REST path relative to base URL.
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.
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.
dropShard(Shard) - Method in class org.influxdb.impl.InfluxDBImpl
Drop the given shard.
dropShard(Shard) - Method in interface org.influxdb.InfluxDB
Drop the given shard.

F

forceRaftCompaction() - Method in class org.influxdb.impl.InfluxDBImpl
Force Database compaction.
forceRaftCompaction() - Method in interface org.influxdb.InfluxDB
Force Database compaction.

G

getColumns() - Method in class org.influxdb.dto.Serie
 
getEndTime() - Method in class org.influxdb.dto.Shard
 
getId() - Method in class org.influxdb.dto.ContinuousQuery
 
getId() - Method in class org.influxdb.dto.Server
 
getId() - Method in class org.influxdb.dto.Shard
 
getLongTerm() - Method in class org.influxdb.dto.Shards
 
getName() - Method in class org.influxdb.dto.Database
 
getName() - Method in class org.influxdb.dto.Serie
 
getName() - Method in class org.influxdb.dto.User
 
getPassword() - Method in class org.influxdb.dto.User
 
getProtobufConnectString() - Method in class org.influxdb.dto.Server
 
getQuery() - Method in class org.influxdb.dto.ContinuousQuery
 
getReadFrom() - Method in class org.influxdb.dto.User
 
getResponseTime() - Method in class org.influxdb.dto.Pong
 
getRows() - Method in class org.influxdb.dto.Serie
 
getServerIds() - Method in class org.influxdb.dto.Shard.Member
 
getShards() - Method in class org.influxdb.dto.Shard
 
getShards() - Method in class org.influxdb.impl.InfluxDBImpl
Describe all existing shards.
getShards() - Method in interface org.influxdb.InfluxDB
Describe all existing shards.
getShortTerm() - Method in class org.influxdb.dto.Shards
 
getStartTime() - Method in class org.influxdb.dto.Shard
 
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.
interfaces() - Method in class org.influxdb.impl.InfluxDBImpl
List all interfaces influxDB is listening.
interfaces() - Method in interface org.influxdb.InfluxDB
List all interfaces influxDB is listening.
isAdmin() - Method in class org.influxdb.dto.User
 
isLongTerm() - Method in class org.influxdb.dto.Shard
 

L

listServers() - Method in class org.influxdb.impl.InfluxDBImpl
List all servers which are member of the cluster.
listServers() - Method in interface org.influxdb.InfluxDB
List all servers which are member of the cluster.

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.

R

removeServers(int) - Method in class org.influxdb.impl.InfluxDBImpl
Remove the given Server from the cluster.
removeServers(int) - Method in interface org.influxdb.InfluxDB
Remove the given Server from the cluster.

S

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
 
Server - Class in org.influxdb.dto
Representation of a InfluxDB Server which is part of a cluster.
Server() - Constructor for class org.influxdb.dto.Server
 
setAdmin(boolean) - Method in class org.influxdb.dto.User
 
setEndTime(long) - Method in class org.influxdb.dto.Shard
 
setId(int) - Method in class org.influxdb.dto.ContinuousQuery
 
setId(int) - Method in class org.influxdb.dto.Server
 
setId(int) - Method in class org.influxdb.dto.Shard
 
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.
setLongTerm(boolean) - Method in class org.influxdb.dto.Shard
 
setLongTerm(List<Shard>) - Method in class org.influxdb.dto.Shards
 
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.
setProtobufConnectString(String) - Method in class org.influxdb.dto.Server
 
setQuery(String) - Method in class org.influxdb.dto.ContinuousQuery
 
setReadFrom(String) - Method in class org.influxdb.dto.User
 
setResponseTime(long) - Method in class org.influxdb.dto.Pong
 
setServerIds(List<Integer>) - Method in class org.influxdb.dto.Shard.Member
 
setShards(List<Shard.Member>) - Method in class org.influxdb.dto.Shard
 
setShortTerm(List<Shard>) - Method in class org.influxdb.dto.Shards
 
setStartTime(long) - Method in class org.influxdb.dto.Shard
 
setStatus(String) - Method in class org.influxdb.dto.Pong
 
setWriteTo(String) - Method in class org.influxdb.dto.User
 
Shard - Class in org.influxdb.dto
Represents a Shard.
Shard() - Constructor for class org.influxdb.dto.Shard
 
Shard.Member - Class in org.influxdb.dto
A shard member.
Shard.Member() - Constructor for class org.influxdb.dto.Shard.Member
 
Shards - Class in org.influxdb.dto
Representation of all Shards.
Shards() - Constructor for class org.influxdb.dto.Shards
 
sync() - Method in class org.influxdb.impl.InfluxDBImpl
Sync the database to the filesystem.
sync() - Method in interface org.influxdb.InfluxDB
Sync the database to the filesystem.

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.Serie
toString() - Method in class org.influxdb.dto.Server
toString() - Method in class org.influxdb.dto.Shard
toString() - Method in class org.influxdb.dto.Shards
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.
version() - Method in class org.influxdb.impl.InfluxDBImpl
 
version() - Method in interface org.influxdb.InfluxDB
Return the version of the connected influxDB Server.

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 F G I L O P Q R S T U V W 

Copyright © 2014. All Rights Reserved.