Interface DeviceRegistry
-
- All Known Subinterfaces:
DeviceContext
- All Known Implementing Classes:
DeviceContextImpl
public interface DeviceRegistry
Flows, Groups and Meter registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceFlowRegistry
getDeviceFlowRegistry()
Method exposes flow registry used for storing flow ids identified by calculated flow hash.DeviceGroupRegistry
getDeviceGroupRegistry()
Method exposes device group registry used for storing group ids.DeviceMeterRegistry
getDeviceMeterRegistry()
Method exposes device meter registry used for storing meter ids.
-
-
-
Method Detail
-
getDeviceFlowRegistry
DeviceFlowRegistry getDeviceFlowRegistry()
Method exposes flow registry used for storing flow ids identified by calculated flow hash.- Returns:
- DeviceFlowRegistry
-
getDeviceGroupRegistry
DeviceGroupRegistry getDeviceGroupRegistry()
Method exposes device group registry used for storing group ids.- Returns:
- DeviceGroupRegistry
-
getDeviceMeterRegistry
DeviceMeterRegistry getDeviceMeterRegistry()
Method exposes device meter registry used for storing meter ids.- Returns:
- DeviceMaterRegistry
-
-