Uses of Class
org.opendaylight.openflowplugin.api.openflow.FlowGroupStatus
-
-
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.api.openflow
Methods in org.opendaylight.openflowplugin.api.openflow that return FlowGroupStatus Modifier and Type Method Description FlowGroupStatus
FlowGroupInfo. getStatus()
static FlowGroupStatus
FlowGroupStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowGroupStatus[]
FlowGroupStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opendaylight.openflowplugin.api.openflow with parameters of type FlowGroupStatus Constructor Description FlowGroupInfo(FlowGroupStatus status)
-
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowGroupStatus Modifier and Type Method Description void
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
Methods in org.opendaylight.openflowplugin.api.openflow.registry.group with parameters of type FlowGroupStatus Modifier and Type Method Description void
DeviceGroupRegistry. appendHistoryGroup(@NonNull GroupId id, @NonNull GroupTypes type, @NonNull FlowGroupStatus status)
-
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.impl.registry.flow
Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowGroupStatus Modifier and Type Method Description void
DeviceFlowRegistryImpl. appendHistoryFlow(FlowId id, org.opendaylight.yangtools.yang.common.Uint8 tableId, FlowGroupStatus status)
-
Uses of FlowGroupStatus in org.opendaylight.openflowplugin.impl.registry.group
Methods in org.opendaylight.openflowplugin.impl.registry.group with parameters of type FlowGroupStatus Modifier and Type Method Description void
DeviceGroupRegistryImpl. appendHistoryGroup(GroupId id, GroupTypes type, FlowGroupStatus status)
-