public static enum CassandraClientMonitor.Counter extends Enum<CassandraClientMonitor.Counter>
| Enum Constant and Description |
|---|
CONNECT_ERROR
Connection time errors - unable to connect to host or something...
|
POOL_EXHAUSTED |
READ_FAIL |
READ_SUCCESS |
RECOVERABLE_LB_CONNECT_ERRORS
Load balance connection errors
|
RECOVERABLE_TIMED_OUT_EXCEPTIONS |
RECOVERABLE_TRANSPORT_EXCEPTIONS |
RECOVERABLE_UNAVAILABLE_EXCEPTIONS |
RENEWED_IDLE_CONNECTIONS |
RENEWED_TOO_LONG_CONNECTIONS |
SKIP_HOST_SUCCESS |
WRITE_FAIL |
WRITE_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static CassandraClientMonitor.Counter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraClientMonitor.Counter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraClientMonitor.Counter RECOVERABLE_TIMED_OUT_EXCEPTIONS
public static final CassandraClientMonitor.Counter RECOVERABLE_UNAVAILABLE_EXCEPTIONS
public static final CassandraClientMonitor.Counter RECOVERABLE_TRANSPORT_EXCEPTIONS
public static final CassandraClientMonitor.Counter SKIP_HOST_SUCCESS
public static final CassandraClientMonitor.Counter WRITE_SUCCESS
public static final CassandraClientMonitor.Counter WRITE_FAIL
public static final CassandraClientMonitor.Counter READ_SUCCESS
public static final CassandraClientMonitor.Counter READ_FAIL
public static final CassandraClientMonitor.Counter POOL_EXHAUSTED
public static final CassandraClientMonitor.Counter RECOVERABLE_LB_CONNECT_ERRORS
public static final CassandraClientMonitor.Counter CONNECT_ERROR
public static final CassandraClientMonitor.Counter RENEWED_IDLE_CONNECTIONS
public static final CassandraClientMonitor.Counter RENEWED_TOO_LONG_CONNECTIONS
public static CassandraClientMonitor.Counter[] values()
for (CassandraClientMonitor.Counter c : CassandraClientMonitor.Counter.values()) System.out.println(c);
public static CassandraClientMonitor.Counter 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 nullCopyright © 2014. All Rights Reserved.