|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CassandraClientMonitor.Counter>
me.prettyprint.cassandra.service.CassandraClientMonitor.Counter
public static enum CassandraClientMonitor.Counter
List of available JMX counts
| Enum Constant Summary | |
|---|---|
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
|
|
SKIP_HOST_SUCCESS
|
|
WRITE_FAIL
|
|
WRITE_SUCCESS
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||