Enum Class MessageSpy.StatisticsGroup
java.lang.Object
java.lang.Enum<MessageSpy.StatisticsGroup>
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.MessageSpy.StatisticsGroup
- All Implemented Interfaces:
- Serializable,- Comparable<MessageSpy.StatisticsGroup>,- Constable
- Enclosing interface:
- MessageSpy
statistic groups overall in OFPlugin.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionmessage from switch.message from switch to MD-SAL - notification service rejected notification.packetIn from switch reached processing limit and got dropped.message from switch - publishing into MD-SAL failed.message from switch finally published into MD-SAL.message from switch translated successfully - source.message from switch translated successfully - target.message from switch where translation failed - source.stop receiving data from device - turned off.stop receiving data from device - turned on.TEMPORARY STATISTIC VALUE.message from MD-SAL was disregarded (e.g.message from MD-SAL entered service - first point of encounter.message from MD-SAL to switch - ready to sent to OFJava (might be one-to-multiple ration between entered and sent).message from MD-SAL to switch - asked for XID reservation in queue, but rejected.message from MD-SAL to switch - sent to OFJava but failed with exception.message from MD-SAL to switch - sent to OFJava but failed.message from MD-SAL to switch - sent to OFJava successfully.message from MD-SAL to switch - sent to OFJava successfully, no response expected.
- 
Method SummaryModifier and TypeMethodDescriptionstatic MessageSpy.StatisticsGroupReturns the enum constant of this class with the specified name.static MessageSpy.StatisticsGroup[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
FROM_SWITCHmessage from switch.
- 
FROM_SWITCH_TRANSLATE_IN_SUCCESSmessage from switch translated successfully - source.
- 
FROM_SWITCH_TRANSLATE_OUT_SUCCESSmessage from switch translated successfully - target.
- 
FROM_SWITCH_TRANSLATE_SRC_FAILUREmessage from switch where translation failed - source.
- 
FROM_SWITCH_PACKET_IN_LIMIT_REACHED_AND_DROPPEDpacketIn from switch reached processing limit and got dropped.
- 
FROM_SWITCH_NOTIFICATION_REJECTEDmessage from switch to MD-SAL - notification service rejected notification.
- 
FROM_SWITCH_PUBLISHED_SUCCESSmessage from switch finally published into MD-SAL.
- 
FROM_SWITCH_PUBLISHED_FAILUREmessage from switch - publishing into MD-SAL failed.
- 
TO_SWITCH_ENTEREDmessage from MD-SAL entered service - first point of encounter.
- 
TO_SWITCH_DISREGARDEDmessage from MD-SAL was disregarded (e.g. outstanding requests limit reached).
- 
TO_SWITCH_RESERVATION_REJECTEDmessage from MD-SAL to switch - asked for XID reservation in queue, but rejected.
- 
TO_SWITCH_READY_FOR_SUBMITmessage from MD-SAL to switch - ready to sent to OFJava (might be one-to-multiple ration between entered and sent).
- 
TO_SWITCH_SUBMIT_SUCCESSmessage from MD-SAL to switch - sent to OFJava successfully.
- 
TO_SWITCH_SUBMIT_SUCCESS_NO_RESPONSEmessage from MD-SAL to switch - sent to OFJava successfully, no response expected.
- 
TO_SWITCH_SUBMIT_FAILUREmessage from MD-SAL to switch - sent to OFJava but failed.
- 
TO_SWITCH_SUBMIT_ERRORmessage from MD-SAL to switch - sent to OFJava but failed with exception.
- 
REQUEST_STACK_FREEDTEMPORARY STATISTIC VALUE.
- 
OFJ_BACKPRESSURE_ONstop receiving data from device - turned on.
- 
OFJ_BACKPRESSURE_OFFstop receiving data from device - turned off.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-