public static class StorageGatewayConstants.MetricName extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOUD_BYTES_DOWNLOADED |
static String |
CLOUD_BYTES_UPLOADED |
static String |
CLOUD_DOWNLOAD_LATENCY |
static String |
QUEUED_WRITES |
static String |
READ_BYTES |
static String |
READ_TIME |
static String |
WORKING_STORAGE_FREE |
static String |
WORKING_STORAGE_PERCENT_USED |
static String |
WORKING_STORAGE_USED |
static String |
WRITE_BYTES |
static String |
WRITE_TIME |
Constructor and Description |
---|
StorageGatewayConstants.MetricName() |
public static final String QUEUED_WRITES
public static final String READ_BYTES
public static final String READ_TIME
public static final String WRITE_BYTES
public static final String WRITE_TIME
public static final String CLOUD_BYTES_DOWNLOADED
public static final String CLOUD_BYTES_UPLOADED
public static final String CLOUD_DOWNLOAD_LATENCY
public static final String WORKING_STORAGE_FREE
public static final String WORKING_STORAGE_PERCENT_USED
public static final String WORKING_STORAGE_USED
Copyright © 2009-2013 jclouds. All Rights Reserved.