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