Interface StatisticsContext
- All Superinterfaces:
AutoCloseable
,org.opendaylight.mdsal.singleton.api.ClusterSingletonService
,DeviceInitializationContext
,org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>
,OFPContext
,ReconciliationFrameworkStep
,RequestContextStack
public interface StatisticsContext
extends RequestContextStack, OFPContext, ReconciliationFrameworkStep, DeviceInitializationContext
Context for statistics.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Disables statistics gathering.void
Enables statistics gathering.Methods inherited from interface org.opendaylight.mdsal.singleton.api.ClusterSingletonService
closeServiceInstance, instantiateServiceInstance
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.DeviceInitializationContext
initializeDevice
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier
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
-
Method Details
-
enableGathering
void enableGathering()Enables statistics gathering. -
disableGathering
void disableGathering()Disables statistics gathering.
-