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 SummaryModifier and TypeMethodDescriptionvoidDisables statistics gathering.voidEnables statistics gathering.Methods inherited from interface org.opendaylight.mdsal.singleton.api.ClusterSingletonServicecloseServiceInstance, instantiateServiceInstanceMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.DeviceInitializationContextinitializeDeviceMethods inherited from interface org.opendaylight.yangtools.concepts.IdentifiablegetIdentifierMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPContextclose, getDeviceInfo, registerMastershipWatcherMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.ReconciliationFrameworkStepcontinueInitializationAfterReconciliationMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.RequestContextStackcreateRequestContext
- 
Method Details- 
enableGatheringvoid enableGathering()Enables statistics gathering.
- 
disableGatheringvoid disableGathering()Disables statistics gathering.
 
-