Package | Description |
---|---|
com.influxdb.client.domain |
Modifier and Type | Method and Description |
---|---|
static LineProtocolLengthError.CodeEnum |
LineProtocolLengthError.CodeEnum.fromValue(String text) |
LineProtocolLengthError.CodeEnum |
LineProtocolLengthError.getCode()
Code is the machine-readable error code.
|
LineProtocolLengthError.CodeEnum |
LineProtocolLengthError.CodeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LineProtocolLengthError.CodeEnum |
LineProtocolLengthError.CodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineProtocolLengthError.CodeEnum[] |
LineProtocolLengthError.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 |
LineProtocolLengthError.CodeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LineProtocolLengthError.CodeEnum enumeration) |
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.