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 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 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(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 FlowGroupInfoHistoryDeviceManagerImpl. getFlowGroupHistory(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<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
-