Class QueueMetricNames
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.metrics.QueueMetricNames
-
public class QueueMetricNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSUMER_COUNTstatic StringDELIVERING_DURABLE_MESSAGE_COUNTstatic StringDELIVERING_DURABLE_PERSISTENT_SIZEstatic StringDELIVERING_MESSAGE_COUNTstatic StringDELIVERING_PERSISTENT_SIZEstatic StringDURABLE_MESSAGE_COUNTstatic StringDURABLE_PERSISTENT_SIZEstatic StringMESSAGE_COUNTstatic StringMESSAGES_ACKNOWLEDGEDstatic StringMESSAGES_ADDEDstatic StringMESSAGES_EXPIREDstatic StringMESSAGES_KILLEDstatic StringPERSISTENT_SIZEstatic StringSCHEDULED_DURABLE_MESSAGE_COUNTstatic StringSCHEDULED_DURABLE_PERSISTENT_SIZEstatic StringSCHEDULED_MESSAGE_COUNTstatic StringSCHEDULED_PERSISTENT_SIZE
-
Constructor Summary
Constructors Constructor Description QueueMetricNames()
-
-
-
Field Detail
-
MESSAGE_COUNT
public static final String MESSAGE_COUNT
- See Also:
- Constant Field Values
-
DURABLE_MESSAGE_COUNT
public static final String DURABLE_MESSAGE_COUNT
- See Also:
- Constant Field Values
-
PERSISTENT_SIZE
public static final String PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
DURABLE_PERSISTENT_SIZE
public static final String DURABLE_PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
DELIVERING_MESSAGE_COUNT
public static final String DELIVERING_MESSAGE_COUNT
- See Also:
- Constant Field Values
-
DELIVERING_DURABLE_MESSAGE_COUNT
public static final String DELIVERING_DURABLE_MESSAGE_COUNT
- See Also:
- Constant Field Values
-
DELIVERING_PERSISTENT_SIZE
public static final String DELIVERING_PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
DELIVERING_DURABLE_PERSISTENT_SIZE
public static final String DELIVERING_DURABLE_PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
SCHEDULED_MESSAGE_COUNT
public static final String SCHEDULED_MESSAGE_COUNT
- See Also:
- Constant Field Values
-
SCHEDULED_DURABLE_MESSAGE_COUNT
public static final String SCHEDULED_DURABLE_MESSAGE_COUNT
- See Also:
- Constant Field Values
-
SCHEDULED_PERSISTENT_SIZE
public static final String SCHEDULED_PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
SCHEDULED_DURABLE_PERSISTENT_SIZE
public static final String SCHEDULED_DURABLE_PERSISTENT_SIZE
- See Also:
- Constant Field Values
-
MESSAGES_ACKNOWLEDGED
public static final String MESSAGES_ACKNOWLEDGED
- See Also:
- Constant Field Values
-
MESSAGES_ADDED
public static final String MESSAGES_ADDED
- See Also:
- Constant Field Values
-
MESSAGES_KILLED
public static final String MESSAGES_KILLED
- See Also:
- Constant Field Values
-
MESSAGES_EXPIRED
public static final String MESSAGES_EXPIRED
- See Also:
- Constant Field Values
-
CONSUMER_COUNT
public static final String CONSUMER_COUNT
- See Also:
- Constant Field Values
-
-