| Package | Description |
|---|---|
| org.influxdb | |
| org.influxdb.impl |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDB |
InfluxDBFactory.connect(String url,
String username,
String password)
Create a connection to a InfluxDB.
|
static InfluxDB |
InfluxDBFactory.connect(String url,
String username,
String password,
retrofit.client.Client client)
Create a connection to a InfluxDB.
|
InfluxDB |
InfluxDB.enableBatch(int actions,
int flushDuration,
TimeUnit flushDurationTimeUnit)
Enable Batching of single Point writes to speed up writes significant.
|
InfluxDB |
InfluxDB.setLogLevel(InfluxDB.LogLevel logLevel)
Set the loglevel which is used for REST related actions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfluxDBImpl
Implementation of a InluxDB API.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxDB |
InfluxDBImpl.enableBatch(int actions,
int flushDuration,
TimeUnit flushDurationTimeUnit) |
InfluxDB |
InfluxDBImpl.setLogLevel(InfluxDB.LogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcessor.Builder |
BatchProcessor.builder(InfluxDB influxDB)
Static method to create the Builder for this BatchProcessor.
|
| Constructor and Description |
|---|
Builder(InfluxDB influxDB) |
Copyright © 2016. All rights reserved.