public enum TelemetryField extends Enum<TelemetryField>
| Enum Constant and Description |
|---|
FAILED_BIND_OTHER |
FAILED_BIND_SERIALIZATION |
FAILED_BIND_UPLOAD |
METADATA_METRICS |
SQL_EXCEPTION |
TIME_CONSUME_FIRST_RESULT |
TIME_CONSUME_LAST_RESULT |
TIME_DOWNLOADING_CHUNKS |
TIME_PARSING_CHUNKS |
TIME_WAITING_FOR_CHUNKS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TelemetryField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelemetryField TIME_CONSUME_FIRST_RESULT
public static final TelemetryField TIME_CONSUME_LAST_RESULT
public static final TelemetryField TIME_WAITING_FOR_CHUNKS
public static final TelemetryField TIME_DOWNLOADING_CHUNKS
public static final TelemetryField TIME_PARSING_CHUNKS
public static final TelemetryField FAILED_BIND_SERIALIZATION
public static final TelemetryField FAILED_BIND_UPLOAD
public static final TelemetryField FAILED_BIND_OTHER
public static final TelemetryField SQL_EXCEPTION
public static final TelemetryField METADATA_METRICS
public final String field
public static TelemetryField[] values()
for (TelemetryField c : TelemetryField.values()) System.out.println(c);
public static TelemetryField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TelemetryField>Copyright © 2022. All rights reserved.