Package org.jclouds.cloudwatch.domain
Class SQSConstants.MetricName
- java.lang.Object
-
- org.jclouds.cloudwatch.domain.SQSConstants.MetricName
-
- Enclosing class:
- SQSConstants
public static class SQSConstants.MetricName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED
static String
APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE
static String
APPROXIMATE_NUMBER_OF_MESSAGES_VISIBLE
static String
NUMBER_OF_EMPTY_RECEIVES
static String
NUMBER_OF_MESSAGES_DELETED
static String
NUMBER_OF_MESSAGES_RECEIVED
static String
NUMBER_OF_MESSAGES_SENT
static String
SENT_MESSAGES_SIZE
-
Constructor Summary
Constructors Constructor Description MetricName()
-
-
-
Field Detail
-
APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED
public static final String APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED
- See Also:
- Constant Field Values
-
APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE
public static final String APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE
- See Also:
- Constant Field Values
-
APPROXIMATE_NUMBER_OF_MESSAGES_VISIBLE
public static final String APPROXIMATE_NUMBER_OF_MESSAGES_VISIBLE
- See Also:
- Constant Field Values
-
NUMBER_OF_EMPTY_RECEIVES
public static final String NUMBER_OF_EMPTY_RECEIVES
- See Also:
- Constant Field Values
-
NUMBER_OF_MESSAGES_DELETED
public static final String NUMBER_OF_MESSAGES_DELETED
- See Also:
- Constant Field Values
-
NUMBER_OF_MESSAGES_RECEIVED
public static final String NUMBER_OF_MESSAGES_RECEIVED
- See Also:
- Constant Field Values
-
NUMBER_OF_MESSAGES_SENT
public static final String NUMBER_OF_MESSAGES_SENT
- See Also:
- Constant Field Values
-
SENT_MESSAGES_SIZE
public static final String SENT_MESSAGES_SIZE
- See Also:
- Constant Field Values
-
-