| Package | Description |
|---|---|
| org.influxdb | |
| org.influxdb.dto | |
| org.influxdb.impl |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDB.ConsistencyLevel |
InfluxDB.ConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfluxDB.ConsistencyLevel[] |
InfluxDB.ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDB.write(String database,
String retentionPolicy,
InfluxDB.ConsistencyLevel consistency,
List<String> records)
Write a set of Points to the influxdb database with the list of string records.
|
void |
InfluxDB.write(String database,
String retentionPolicy,
InfluxDB.ConsistencyLevel consistency,
String records)
Write a set of Points to the influxdb database with the string records.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxDB.ConsistencyLevel |
BatchPoints.getConsistency() |
| Modifier and Type | Method and Description |
|---|---|
BatchPoints.Builder |
BatchPoints.Builder.consistency(InfluxDB.ConsistencyLevel consistencyLevel)
Set the ConsistencyLevel to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDBImpl.write(String database,
String retentionPolicy,
InfluxDB.ConsistencyLevel consistency,
List<String> records) |
void |
InfluxDBImpl.write(String database,
String retentionPolicy,
InfluxDB.ConsistencyLevel consistency,
String records) |
Copyright © 2016. All rights reserved.