Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.FlowGroupStatus
Package
Description
-
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.api.openflow
Modifier and TypeMethodDescriptionfinal FlowGroupStatus
FlowGroupInfo.getStatus()
static FlowGroupStatus
Returns the enum constant of this class with the specified name.static FlowGroupStatus[]
FlowGroupStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.api.openflow.registry.flow
Modifier and TypeMethodDescriptionvoid
DeviceFlowRegistry.appendHistoryFlow
(@NonNull FlowId id, org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowGroupStatus status) -
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.api.openflow.registry.group
Modifier and TypeMethodDescriptionvoid
DeviceGroupRegistry.appendHistoryGroup
(@NonNull GroupId id, @NonNull GroupTypes type, @NonNull FlowGroupStatus status) -
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.impl.registry.flow
Modifier and TypeMethodDescriptionvoid
DeviceFlowRegistryImpl.appendHistoryFlow
(FlowId id, org.opendaylight.yangtools.yang.common.Uint8 tableId, FlowGroupStatus status) -
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.impl.registry.group
Modifier and TypeMethodDescriptionvoid
DeviceGroupRegistryImpl.appendHistoryGroup
(GroupId id, GroupTypes type, FlowGroupStatus status)