public enum DefaultNodeMetric extends Enum<DefaultNodeMetric> implements NodeMetric
reference.conf
for a description of each metric.Modifier and Type | Method and Description |
---|---|
static DefaultNodeMetric |
fromPath(String path) |
String |
getPath() |
static DefaultNodeMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultNodeMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultNodeMetric OPEN_CONNECTIONS
public static final DefaultNodeMetric AVAILABLE_STREAMS
public static final DefaultNodeMetric IN_FLIGHT
public static final DefaultNodeMetric ORPHANED_STREAMS
public static final DefaultNodeMetric BYTES_SENT
public static final DefaultNodeMetric BYTES_RECEIVED
public static final DefaultNodeMetric CQL_MESSAGES
public static final DefaultNodeMetric UNSENT_REQUESTS
public static final DefaultNodeMetric ABORTED_REQUESTS
public static final DefaultNodeMetric WRITE_TIMEOUTS
public static final DefaultNodeMetric READ_TIMEOUTS
public static final DefaultNodeMetric UNAVAILABLES
public static final DefaultNodeMetric OTHER_ERRORS
public static final DefaultNodeMetric RETRIES
public static final DefaultNodeMetric RETRIES_ON_ABORTED
public static final DefaultNodeMetric RETRIES_ON_READ_TIMEOUT
public static final DefaultNodeMetric RETRIES_ON_WRITE_TIMEOUT
public static final DefaultNodeMetric RETRIES_ON_UNAVAILABLE
public static final DefaultNodeMetric RETRIES_ON_OTHER_ERROR
public static final DefaultNodeMetric IGNORES
public static final DefaultNodeMetric IGNORES_ON_ABORTED
public static final DefaultNodeMetric IGNORES_ON_READ_TIMEOUT
public static final DefaultNodeMetric IGNORES_ON_WRITE_TIMEOUT
public static final DefaultNodeMetric IGNORES_ON_UNAVAILABLE
public static final DefaultNodeMetric IGNORES_ON_OTHER_ERROR
public static final DefaultNodeMetric SPECULATIVE_EXECUTIONS
public static final DefaultNodeMetric CONNECTION_INIT_ERRORS
public static final DefaultNodeMetric AUTHENTICATION_ERRORS
public static DefaultNodeMetric[] values()
for (DefaultNodeMetric c : DefaultNodeMetric.values()) System.out.println(c);
public static DefaultNodeMetric 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 null@NonNull public String getPath()
getPath
in interface NodeMetric
@NonNull public static DefaultNodeMetric fromPath(@NonNull String path)
Copyright © 2017–2024. All rights reserved.