Enum Class MessageSpy.StatisticsGroup

java.lang.Object
java.lang.Enum<MessageSpy.StatisticsGroup>
org.opendaylight.openflowplugin.api.openflow.statistics.MessageSpy.StatisticsGroup
All Implemented Interfaces:
Serializable, Comparable<MessageSpy.StatisticsGroup>, Constable
Enclosing interface:
MessageSpy<M>

public static enum MessageSpy.StatisticsGroup extends Enum<MessageSpy.StatisticsGroup>
statistic groups overall in OFPlugin.
  • Enum Constant Details

    • FROM_SWITCH_ENQUEUED

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_ENQUEUED
      message from switch, enqueued for processing.
    • FROM_SWITCH_TRANSLATE_IN_SUCCESS

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_TRANSLATE_IN_SUCCESS
      message from switch translated successfully - source.
    • FROM_SWITCH_TRANSLATE_OUT_SUCCESS

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_TRANSLATE_OUT_SUCCESS
      message from switch translated successfully - target.
    • FROM_SWITCH_TRANSLATE_SRC_FAILURE

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_TRANSLATE_SRC_FAILURE
      message from switch where translation failed - source.
    • FROM_SWITCH_PUBLISHED_SUCCESS

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_PUBLISHED_SUCCESS
      message from switch finally published into MD-SAL.
    • FROM_SWITCH_PUBLISHED_FAILURE

      public static final MessageSpy.StatisticsGroup FROM_SWITCH_PUBLISHED_FAILURE
      message from switch - publishing into MD-SAL failed.
    • TO_SWITCH_ENQUEUED_SUCCESS

      public static final MessageSpy.StatisticsGroup TO_SWITCH_ENQUEUED_SUCCESS
      message from MD-SAL to switch via RPC enqueued.
    • TO_SWITCH_ENQUEUED_FAILED

      public static final MessageSpy.StatisticsGroup TO_SWITCH_ENQUEUED_FAILED
      message from MD-SAL to switch via RPC NOT enqueued.
    • TO_SWITCH_SUBMITTED_SUCCESS

      public static final MessageSpy.StatisticsGroup TO_SWITCH_SUBMITTED_SUCCESS
      message from MD-SAL to switch - sent to OFJava successfully.
    • TO_SWITCH_SUBMITTED_FAILURE

      public static final MessageSpy.StatisticsGroup TO_SWITCH_SUBMITTED_FAILURE
      message from MD-SAL to switch - sent to OFJava but failed.
  • Method Details

    • values

      public static MessageSpy.StatisticsGroup[] values()
      Returns 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
    • valueOf

      public static MessageSpy.StatisticsGroup valueOf(String name)
      Returns 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