Uses of Class
org.opendaylight.openflowplugin.api.openflow.FlowGroupInfo
-
Packages that use FlowGroupInfo Package Description org.opendaylight.openflowplugin.api.openflow org.opendaylight.openflowplugin.impl.device.history -
-
Uses of FlowGroupInfo in org.opendaylight.openflowplugin.api.openflow
Methods in org.opendaylight.openflowplugin.api.openflow that return types with arguments of type FlowGroupInfo Modifier and Type Method Description Collection<FlowGroupInfo>
FlowGroupInfoHistory. readEntries()
-
Uses of FlowGroupInfo in org.opendaylight.openflowplugin.impl.device.history
Methods in org.opendaylight.openflowplugin.impl.device.history that return types with arguments of type FlowGroupInfo Modifier and Type Method Description Collection<FlowGroupInfo>
FlowGroupInfoHistoryImpl. readEntries()
Methods in org.opendaylight.openflowplugin.impl.device.history with parameters of type FlowGroupInfo Modifier and Type Method Description void
FlowGroupInfoHistoryAppender. appendFlowGroupInfo(FlowGroupInfo info)
void
FlowGroupInfoHistoryImpl. appendFlowGroupInfo(FlowGroupInfo info)
-