Interface StatisticsManager
- 
- All Superinterfaces:
 AutoCloseable,DeviceRemovedHandler,OFPManager
- All Known Implementing Classes:
 StatisticsManagerImpl
public interface StatisticsManager extends OFPManager
Manages statistics contexts. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsContextcreateContext(@NonNull DeviceContext deviceContext, boolean useReconciliationFramework)- 
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
onDeviceRemoved 
- 
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPManager
close 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createContext
StatisticsContext createContext(@NonNull DeviceContext deviceContext, boolean useReconciliationFramework)
 
 - 
 
 -