Class MetricKeys
- java.lang.Object
-
- org.infinispan.server.jgroups.subsystem.MetricKeys
-
public class MetricKeys extends Object
Metric keys for the JGroups subsystem- Author:
- Richard Achmatowicz (c) 2013 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESSstatic StringADDRESS_AS_UUIDstatic StringCHANNELstatic StringDISCARD_OWN_MESSAGESstatic StringNUM_TASKS_IN_TIMERstatic StringNUM_TIMER_THREADSstatic StringRECEIVED_BYTESstatic StringRECEIVED_MESSAGESstatic StringSENT_BYTESstatic StringSENT_MESSAGESstatic StringSTATEstatic StringSTATS_ENABLEDstatic StringVERSIONstatic StringVIEW
-
Constructor Summary
Constructors Constructor Description MetricKeys()
-
-
-
Field Detail
-
ADDRESS
public static final String ADDRESS
- See Also:
- Constant Field Values
-
ADDRESS_AS_UUID
public static final String ADDRESS_AS_UUID
- See Also:
- Constant Field Values
-
CHANNEL
public static final String CHANNEL
- See Also:
- Constant Field Values
-
DISCARD_OWN_MESSAGES
public static final String DISCARD_OWN_MESSAGES
- See Also:
- Constant Field Values
-
NUM_TASKS_IN_TIMER
public static final String NUM_TASKS_IN_TIMER
- See Also:
- Constant Field Values
-
NUM_TIMER_THREADS
public static final String NUM_TIMER_THREADS
- See Also:
- Constant Field Values
-
RECEIVED_BYTES
public static final String RECEIVED_BYTES
- See Also:
- Constant Field Values
-
RECEIVED_MESSAGES
public static final String RECEIVED_MESSAGES
- See Also:
- Constant Field Values
-
SENT_BYTES
public static final String SENT_BYTES
- See Also:
- Constant Field Values
-
SENT_MESSAGES
public static final String SENT_MESSAGES
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
STATS_ENABLED
public static final String STATS_ENABLED
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
VIEW
public static final String VIEW
- See Also:
- Constant Field Values
-
-