Interface FlowGroupInfoHistories
-
- All Known Subinterfaces:
DeviceManager
- All Known Implementing Classes:
DeviceManagerImpl
,OpenFlowPluginProviderImpl
@Beta public interface FlowGroupInfoHistories
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Map<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId,FlowGroupInfoHistory>
getAllFlowGroupHistories()
@Nullable FlowGroupInfoHistory
getFlowGroupHistory(@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId)
-
-
-
Method Detail
-
getAllFlowGroupHistories
@NonNull Map<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId,FlowGroupInfoHistory> getAllFlowGroupHistories()
-
getFlowGroupHistory
@Nullable FlowGroupInfoHistory getFlowGroupHistory(@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId)
-
-