Interface StatisticsContext
-
- All Superinterfaces:
AutoCloseable,org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService,DeviceInitializationContext,org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier>,OFPContext,ReconciliationFrameworkStep,RequestContextStack
public interface StatisticsContext extends RequestContextStack, OFPContext, ReconciliationFrameworkStep, DeviceInitializationContext
Context for statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableGathering()Disables statistics gathering.voidenableGathering()Enables statistics gathering.-
Methods inherited from interface org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
closeServiceInstance, instantiateServiceInstance
-
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.DeviceInitializationContext
initializeDevice
-
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPContext
close, getDeviceInfo, registerMastershipWatcher
-
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.ReconciliationFrameworkStep
continueInitializationAfterReconciliation
-
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.RequestContextStack
createRequestContext
-
-