org.jclouds.cloudwatch.domain
Class DynamoDBConstants.MetricName

java.lang.Object
  extended by org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
Enclosing class:
DynamoDBConstants

public static class DynamoDBConstants.MetricName
extends Object


Field Summary
static String CONSUMED_READ_CAPACITY_UNITS
           
static String CONSUMED_WRITE_CAPACITY_UNITS
           
static String RETURNED_ITEM_COUNT
           
static String SUCCESSFUL_REQUEST_LATENCY
           
static String SYSTEM_ERRORS
           
static String THROTTLED_REQUESTS
           
static String USER_ERRORS
           
 
Constructor Summary
DynamoDBConstants.MetricName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSUMED_READ_CAPACITY_UNITS

public static final String CONSUMED_READ_CAPACITY_UNITS
See Also:
Constant Field Values

CONSUMED_WRITE_CAPACITY_UNITS

public static final String CONSUMED_WRITE_CAPACITY_UNITS
See Also:
Constant Field Values

SUCCESSFUL_REQUEST_LATENCY

public static final String SUCCESSFUL_REQUEST_LATENCY
See Also:
Constant Field Values

RETURNED_ITEM_COUNT

public static final String RETURNED_ITEM_COUNT
See Also:
Constant Field Values

SYSTEM_ERRORS

public static final String SYSTEM_ERRORS
See Also:
Constant Field Values

THROTTLED_REQUESTS

public static final String THROTTLED_REQUESTS
See Also:
Constant Field Values

USER_ERRORS

public static final String USER_ERRORS
See Also:
Constant Field Values
Constructor Detail

DynamoDBConstants.MetricName

public DynamoDBConstants.MetricName()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.