Uses of Interface
org.opendaylight.openflowplugin.api.openflow.FlowGroupInfoHistory
-
-
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.api.openflow
Methods in org.opendaylight.openflowplugin.api.openflow that return FlowGroupInfoHistory Modifier and Type Method Description @Nullable FlowGroupInfoHistory
FlowGroupInfoHistories. getFlowGroupHistory(@NonNull NodeId nodeId)
Methods in org.opendaylight.openflowplugin.api.openflow that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description @NonNull Map<NodeId,FlowGroupInfoHistory>
FlowGroupInfoHistories. getAllFlowGroupHistories()
-
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return FlowGroupInfoHistory Modifier and Type Method Description @Nullable FlowGroupInfoHistory
DeviceContext. getFlowGroupInfoHistory()
-
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.impl
Methods in org.opendaylight.openflowplugin.impl that return FlowGroupInfoHistory Modifier and Type Method Description FlowGroupInfoHistory
OpenFlowPluginProviderImpl. getFlowGroupHistory(NodeId nodeId)
Methods in org.opendaylight.openflowplugin.impl that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description Map<NodeId,FlowGroupInfoHistory>
OpenFlowPluginProviderImpl. getAllFlowGroupHistories()
-
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return FlowGroupInfoHistory Modifier and Type Method Description FlowGroupInfoHistory
DeviceManagerImpl. getFlowGroupHistory(NodeId nodeId)
FlowGroupInfoHistory
DeviceContextImpl. getFlowGroupInfoHistory()
Methods in org.opendaylight.openflowplugin.impl.device that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description Map<NodeId,FlowGroupInfoHistory>
DeviceManagerImpl. getAllFlowGroupHistories()
-
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.impl.device.history
Classes in org.opendaylight.openflowplugin.impl.device.history that implement FlowGroupInfoHistory Modifier and Type Class Description class
FlowGroupInfoHistoryImpl
-