Uses of Class
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.MessageSpy.StatisticsGroup
-
-
Uses of MessageSpy.StatisticsGroup in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific
Methods in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific that return MessageSpy.StatisticsGroup Modifier and Type Method Description static MessageSpy.StatisticsGroup
MessageSpy.StatisticsGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageSpy.StatisticsGroup[]
MessageSpy.StatisticsGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific with parameters of type MessageSpy.StatisticsGroup Modifier and Type Method Description void
MessageSpy. spyMessage(Class<?> message, MessageSpy.StatisticsGroup statGroup)
Spy message. -
Uses of MessageSpy.StatisticsGroup in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services with parameters of type MessageSpy.StatisticsGroup Modifier and Type Method Description protected void
AbstractRequestCallback. spyMessage(@NonNull MessageSpy.StatisticsGroup group)
-
Uses of MessageSpy.StatisticsGroup in org.opendaylight.openflowplugin.impl.statistics.ofpspecific
Methods in org.opendaylight.openflowplugin.impl.statistics.ofpspecific with parameters of type MessageSpy.StatisticsGroup Modifier and Type Method Description void
MessageIntelligenceAgencyImpl. spyMessage(Class<?> message, MessageSpy.StatisticsGroup statGroup)
-