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<NodeId,FlowGroupInfoHistory>
getAllFlowGroupHistories()
@Nullable FlowGroupInfoHistory
getFlowGroupHistory(@NonNull NodeId nodeId)
-
-
-
Method Detail
-
getAllFlowGroupHistories
@NonNull Map<NodeId,FlowGroupInfoHistory> getAllFlowGroupHistories()
-
getFlowGroupHistory
@Nullable FlowGroupInfoHistory getFlowGroupHistory(@NonNull NodeId nodeId)
-
-