org.jdiameter.common.api.statistic
Enum IStatistic.Counters
java.lang.Object
java.lang.Enum<IStatistic.Counters>
org.jdiameter.common.api.statistic.IStatistic.Counters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<IStatistic.Counters>
- Enclosing interface:
- IStatistic
public static enum IStatistic.Counters
- extends java.lang.Enum<IStatistic.Counters>
| 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 |
AppGenRequest
public static final IStatistic.Counters AppGenRequest
AppGenRejectedRequest
public static final IStatistic.Counters AppGenRejectedRequest
AppGenResponse
public static final IStatistic.Counters AppGenResponse
AppGenRejectedResponse
public static final IStatistic.Counters AppGenRejectedResponse
NetGenRequest
public static final IStatistic.Counters NetGenRequest
NetGenRejectedRequest
public static final IStatistic.Counters NetGenRejectedRequest
NetGenResponse
public static final IStatistic.Counters NetGenResponse
NetGenRejectedResponse
public static final IStatistic.Counters NetGenRejectedResponse
SysGenResponse
public static final IStatistic.Counters SysGenResponse
AppGenRequestPerSecond
public static final IStatistic.Counters AppGenRequestPerSecond
AppGenResponsePerSecond
public static final IStatistic.Counters AppGenResponsePerSecond
NetGenResponsePerSecond
public static final IStatistic.Counters NetGenResponsePerSecond
NetGenRequestPerSecond
public static final IStatistic.Counters NetGenRequestPerSecond
RequestListenerCount
public static final IStatistic.Counters RequestListenerCount
SelectorCount
public static final IStatistic.Counters SelectorCount
HeapMemory
public static final IStatistic.Counters HeapMemory
NoHeapMemory
public static final IStatistic.Counters NoHeapMemory
MessageProcessingTime
public static final IStatistic.Counters MessageProcessingTime
ConcurrentThread
public static final IStatistic.Counters ConcurrentThread
ConcurrentScheduledExecutedServices
public static final IStatistic.Counters ConcurrentScheduledExecutedServices
WorkingThread
public static final IStatistic.Counters WorkingThread
CanceledTasks
public static final IStatistic.Counters CanceledTasks
ExecTimeTask
public static final IStatistic.Counters ExecTimeTask
WaitTimeTask
public static final IStatistic.Counters WaitTimeTask
BrokenTasks
public static final IStatistic.Counters BrokenTasks
RejectedTasks
public static final IStatistic.Counters RejectedTasks
QueueSize
public static final IStatistic.Counters QueueSize
values
public static IStatistic.Counters[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IStatistic.Counters c : IStatistic.Counters.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IStatistic.Counters valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getId
public int getId()
getDescription
public java.lang.String getDescription()
Copyright © 2010. All Rights Reserved.