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 FlowGroupInfoHistoryFlowGroupInfoHistories. getFlowGroupHistory(@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId)Methods in org.opendaylight.openflowplugin.api.openflow that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description @NonNull Map<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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 FlowGroupInfoHistoryDeviceContext. getFlowGroupInfoHistory() -
Uses of FlowGroupInfoHistory in org.opendaylight.openflowplugin.impl
Methods in org.opendaylight.openflowplugin.impl that return FlowGroupInfoHistory Modifier and Type Method Description FlowGroupInfoHistoryOpenFlowPluginProviderImpl. getFlowGroupHistory(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId)Methods in org.opendaylight.openflowplugin.impl that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description Map<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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 FlowGroupInfoHistoryDeviceManagerImpl. getFlowGroupHistory(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId)FlowGroupInfoHistoryDeviceContextImpl. getFlowGroupInfoHistory()Methods in org.opendaylight.openflowplugin.impl.device that return types with arguments of type FlowGroupInfoHistory Modifier and Type Method Description Map<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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 classFlowGroupInfoHistoryImpl
-