org.jdiameter.common.api.statistic
Enum IStatisticRecord.Counters
java.lang.Object
java.lang.Enum<IStatisticRecord.Counters>
org.jdiameter.common.api.statistic.IStatisticRecord.Counters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<IStatisticRecord.Counters>
- Enclosing interface:
- IStatisticRecord
public static enum IStatisticRecord.Counters
- extends java.lang.Enum<IStatisticRecord.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 IStatisticRecord.Counters AppGenRequest
AppGenRejectedRequest
public static final IStatisticRecord.Counters AppGenRejectedRequest
AppGenResponse
public static final IStatisticRecord.Counters AppGenResponse
AppGenRejectedResponse
public static final IStatisticRecord.Counters AppGenRejectedResponse
NetGenRequest
public static final IStatisticRecord.Counters NetGenRequest
NetGenRejectedRequest
public static final IStatisticRecord.Counters NetGenRejectedRequest
NetGenResponse
public static final IStatisticRecord.Counters NetGenResponse
NetGenRejectedResponse
public static final IStatisticRecord.Counters NetGenRejectedResponse
SysGenResponse
public static final IStatisticRecord.Counters SysGenResponse
AppGenRequestPerSecond
public static final IStatisticRecord.Counters AppGenRequestPerSecond
AppGenResponsePerSecond
public static final IStatisticRecord.Counters AppGenResponsePerSecond
NetGenResponsePerSecond
public static final IStatisticRecord.Counters NetGenResponsePerSecond
NetGenRequestPerSecond
public static final IStatisticRecord.Counters NetGenRequestPerSecond
RequestListenerCount
public static final IStatisticRecord.Counters RequestListenerCount
SelectorCount
public static final IStatisticRecord.Counters SelectorCount
HeapMemory
public static final IStatisticRecord.Counters HeapMemory
NoHeapMemory
public static final IStatisticRecord.Counters NoHeapMemory
MessageProcessingTime
public static final IStatisticRecord.Counters MessageProcessingTime
ConcurrentThread
public static final IStatisticRecord.Counters ConcurrentThread
ConcurrentScheduledExecutedServices
public static final IStatisticRecord.Counters ConcurrentScheduledExecutedServices
WorkingThread
public static final IStatisticRecord.Counters WorkingThread
CanceledTasks
public static final IStatisticRecord.Counters CanceledTasks
ExecTimeTask
public static final IStatisticRecord.Counters ExecTimeTask
WaitTimeTask
public static final IStatisticRecord.Counters WaitTimeTask
BrokenTasks
public static final IStatisticRecord.Counters BrokenTasks
RejectedTasks
public static final IStatisticRecord.Counters RejectedTasks
QueueSize
public static final IStatisticRecord.Counters QueueSize
values
public static IStatisticRecord.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 (IStatisticRecord.Counters c : IStatisticRecord.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 IStatisticRecord.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
getDescription
public java.lang.String getDescription()
Copyright © 2014. All Rights Reserved.