| Package | Description |
|---|---|
| org.influxdb | |
| org.influxdb.dto | |
| org.influxdb.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Serie> |
InfluxDB.query(String database,
String query,
TimeUnit precision)
Execute a query agains a database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDB.write(String database,
TimeUnit precision,
Serie... series)
Write a Series to the given database.
|
void |
InfluxDB.writeUdp(int port,
TimeUnit precision,
Serie... series)
Write a Series to the given database.
|
| Modifier and Type | Method and Description |
|---|---|
Serie |
Serie.Builder.build()
Create a Serie instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Serie> |
InfluxDBImpl.query(String database,
String query,
TimeUnit precision) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDBImpl.write(String database,
TimeUnit precision,
Serie... series) |
void |
InfluxDBImpl.writeUdp(int port,
TimeUnit precision,
Serie... series) |
Copyright © 2014. All Rights Reserved.