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
Modifier and TypeMethodDescriptionvoidDisables statistics gathering.voidEnables statistics gathering.Methods inherited from interface org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
closeServiceInstance, instantiateServiceInstanceMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.DeviceInitializationContext
initializeDeviceMethods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifierMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPContext
close, getDeviceInfo, registerMastershipWatcherMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.lifecycle.ReconciliationFrameworkStep
continueInitializationAfterReconciliationMethods 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.
-