org.jdiameter.common.api.statistic
Enum IStatisticRecord.Counters

java.lang.Object
  extended by java.lang.Enum<IStatisticRecord.Counters>
      extended by 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>


Enum Constant Summary
AppGenRejectedRequest
           
AppGenRejectedResponse
           
AppGenRequest
           
AppGenRequestPerSecond
           
AppGenResponse
           
AppGenResponsePerSecond
           
BrokenTasks
           
CanceledTasks
           
ConcurrentScheduledExecutedServices
           
ConcurrentThread
           
ExecTimeTask
           
HeapMemory
           
MessageProcessingTime
           
NetGenRejectedRequest
           
NetGenRejectedResponse
           
NetGenRequest
           
NetGenRequestPerSecond
           
NetGenResponse
           
NetGenResponsePerSecond
           
NoHeapMemory
           
QueueSize
           
RejectedTasks
           
RequestListenerCount
           
SelectorCount
           
SysGenResponse
           
WaitTimeTask
           
WorkingThread
           
 
Method Summary
 java.lang.String getDescription()
           
static IStatisticRecord.Counters valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IStatisticRecord.Counters[] 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

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
Method Detail

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.