|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<InstrumentationName> com.atlassian.jira.instrumentation.InstrumentationName
public enum InstrumentationName
An enum of Instrumentation names
Enum Constant Summary | |
---|---|
CONCURRENT_USERS
The number of concurrent users using this instance of JIRA |
|
DB_CONNECTIONS
This is a OpCounter of database connections taken from the connection pool |
|
DB_CONNECTIONS_BORROWED
This is a Gauge of database connections borrowed |
|
DB_READS
This is a OpCounter of database read requests |
|
DB_WRITES
This is a OpCounter of database write requests |
|
FIVE_HUNDREDS
The number of 500 IOExceptions that are thrown |
|
HTTP_SESSION_OBJECTS
The number of http session objects in this instance of JIRA |
|
HTTP_SESSIONS
The number of http session in this instance of JIRA |
|
ISSUE_INDEX_READS
This is a OpCounter of issue index read requests |
|
ISSUE_INDEX_WRITES
This is a OpCounter of issue index write requests |
|
REST_REQUESTS
This is an OpCounter of REST requests |
|
SOAP_REQUESTS
This is an OpCounter of SOAP requests |
|
TOTAL_CUSTOMFIELDS
This indicates the number of custom fields in JIRA |
|
TOTAL_GROUPS
This indicates the number of groups in JIRA |
|
TOTAL_ISSUES
This indicates the number of issues in JIRA |
|
TOTAL_PROJECTS
This indicates the number of projects in JIRA |
|
TOTAL_USERS
This indicates the number of users in JIRA |
|
TOTAL_WORKFLOWS
This indicates the number of workflows in JIRA |
|
WEB_REQUESTS
This is an OpCounter of web requests |
|
XMLRPC_REQUESTS
This is an OpCounter of XMLRPC requests |
Method Summary | |
---|---|
String |
getInstrumentName()
|
static InstrumentationName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InstrumentationName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final InstrumentationName WEB_REQUESTS
OpCounter
of web requests
public static final InstrumentationName SOAP_REQUESTS
OpCounter
of SOAP requests
public static final InstrumentationName XMLRPC_REQUESTS
OpCounter
of XMLRPC requests
public static final InstrumentationName REST_REQUESTS
OpCounter
of REST requests
public static final InstrumentationName DB_READS
OpCounter
of database read requests
public static final InstrumentationName DB_WRITES
OpCounter
of database write requests
public static final InstrumentationName DB_CONNECTIONS
OpCounter
of database connections taken from the connection pool
public static final InstrumentationName DB_CONNECTIONS_BORROWED
Gauge
of database connections borrowed
public static final InstrumentationName ISSUE_INDEX_READS
OpCounter
of issue index read requests
public static final InstrumentationName ISSUE_INDEX_WRITES
OpCounter
of issue index write requests
public static final InstrumentationName FIVE_HUNDREDS
public static final InstrumentationName CONCURRENT_USERS
public static final InstrumentationName HTTP_SESSION_OBJECTS
public static final InstrumentationName HTTP_SESSIONS
public static final InstrumentationName TOTAL_ISSUES
public static final InstrumentationName TOTAL_PROJECTS
public static final InstrumentationName TOTAL_CUSTOMFIELDS
public static final InstrumentationName TOTAL_WORKFLOWS
public static final InstrumentationName TOTAL_USERS
public static final InstrumentationName TOTAL_GROUPS
Method Detail |
---|
public static InstrumentationName[] values()
for (InstrumentationName c : InstrumentationName.values()) System.out.println(c);
public static InstrumentationName valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getInstrumentName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |