org.apache.stratos.common.constants
Class UsageConstants

java.lang.Object
  extended by org.apache.stratos.common.constants.UsageConstants

public class UsageConstants
extends Object


Field Summary
static String ANY_DURATION
           
static String API_CALL_COUNT
           
static String BANDWIDTH_KEY_PATTERN
           
static String CAPACITY_USAGE
           
static String CUSTOM_METERING_PATH
           
static String IN_LABLE
           
static String NUMBER_OF_USERS
           
static String OUT_LABLE
           
static String REGISTRY_BANDWIDTH
           
static String REGISTRY_CONTENT_BANDWIDTH
           
static String REGISTRY_INCOMING_BW
           
static String REGISTRY_OUTGOING_BW
           
static String REGISTRY_TOTAL_BW
           
static String SERVICE_BANDWIDTH
           
static String SERVICE_FAULT_COUNT
           
static String SERVICE_INCOMING_BW
           
static String SERVICE_OUTGOING_BW
           
static String SERVICE_REQUEST_COUNT
           
static String SERVICE_RESPONSE_COUNT
           
static String SERVICE_TOTAL_BW
           
static String SYSTEM_METERING_PATH
           
static String WEBAPP_BANDWIDTH
           
static String WEBAPP_INCOMING_BW
           
static String WEBAPP_OUTGOING_BW
           
 
Constructor Summary
UsageConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_DURATION

public static final String ANY_DURATION
See Also:
Constant Field Values

SYSTEM_METERING_PATH

public static final String SYSTEM_METERING_PATH
See Also:
Constant Field Values

CUSTOM_METERING_PATH

public static final String CUSTOM_METERING_PATH
See Also:
Constant Field Values

CAPACITY_USAGE

public static final String CAPACITY_USAGE
See Also:
Constant Field Values

SERVICE_REQUEST_COUNT

public static final String SERVICE_REQUEST_COUNT
See Also:
Constant Field Values

SERVICE_RESPONSE_COUNT

public static final String SERVICE_RESPONSE_COUNT
See Also:
Constant Field Values

SERVICE_FAULT_COUNT

public static final String SERVICE_FAULT_COUNT
See Also:
Constant Field Values

BANDWIDTH_KEY_PATTERN

public static final String BANDWIDTH_KEY_PATTERN
See Also:
Constant Field Values

REGISTRY_BANDWIDTH

public static final String REGISTRY_BANDWIDTH
See Also:
Constant Field Values

SERVICE_BANDWIDTH

public static final String SERVICE_BANDWIDTH
See Also:
Constant Field Values

WEBAPP_BANDWIDTH

public static final String WEBAPP_BANDWIDTH
See Also:
Constant Field Values

IN_LABLE

public static final String IN_LABLE
See Also:
Constant Field Values

OUT_LABLE

public static final String OUT_LABLE
See Also:
Constant Field Values

REGISTRY_CONTENT_BANDWIDTH

public static final String REGISTRY_CONTENT_BANDWIDTH
See Also:
Constant Field Values

REGISTRY_INCOMING_BW

public static final String REGISTRY_INCOMING_BW
See Also:
Constant Field Values

REGISTRY_OUTGOING_BW

public static final String REGISTRY_OUTGOING_BW
See Also:
Constant Field Values

REGISTRY_TOTAL_BW

public static final String REGISTRY_TOTAL_BW
See Also:
Constant Field Values

NUMBER_OF_USERS

public static final String NUMBER_OF_USERS
See Also:
Constant Field Values

SERVICE_INCOMING_BW

public static final String SERVICE_INCOMING_BW
See Also:
Constant Field Values

SERVICE_OUTGOING_BW

public static final String SERVICE_OUTGOING_BW
See Also:
Constant Field Values

SERVICE_TOTAL_BW

public static final String SERVICE_TOTAL_BW
See Also:
Constant Field Values

WEBAPP_INCOMING_BW

public static final String WEBAPP_INCOMING_BW
See Also:
Constant Field Values

WEBAPP_OUTGOING_BW

public static final String WEBAPP_OUTGOING_BW
See Also:
Constant Field Values

API_CALL_COUNT

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

UsageConstants

public UsageConstants()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.