Package | Description |
---|---|
org.influxdb | |
org.influxdb.dto |
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 |
---|---|
InfluxDB.ConsistencyLevel |
BatchPoints.getConsistency() |
Modifier and Type | Method and Description |
---|---|
BatchPoints.Builder |
BatchPoints.Builder.consistency(InfluxDB.ConsistencyLevel consistencyLevel)
Set the ConsistencyLevel to use.
|
Copyright © 2015. All rights reserved.