Package | Description |
---|---|
com.influxdb.client.domain |
Modifier and Type | Method and Description |
---|---|
static LineProtocolError.CodeEnum |
LineProtocolError.CodeEnum.fromValue(String text) |
LineProtocolError.CodeEnum |
LineProtocolError.getCode()
Code is the machine-readable error code.
|
LineProtocolError.CodeEnum |
LineProtocolError.CodeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LineProtocolError.CodeEnum |
LineProtocolError.CodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineProtocolError.CodeEnum[] |
LineProtocolError.CodeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LineProtocolError.CodeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LineProtocolError.CodeEnum enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.