Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.RequestContextStack
-
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interfaceDeviceContextThe central entity of OFP is the Device Context, which encapsulate the logical state of a switch as seen by the controller. -
Uses of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.role
Subinterfaces of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.role Modifier and Type Interface Description interfaceRoleContextHandles propagation of SLAVE and MASTER roles on connected devices. -
Uses of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.rpc
Subinterfaces of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.rpc Modifier and Type Interface Description interfaceRpcContextThis context is registered with MD-SAL as a routed RPC provider for the inventory node backed by this switch and tracks the state of any user requests and how they map onto protocol requests. -
Uses of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of RequestContextStack in org.opendaylight.openflowplugin.api.openflow.statistics Modifier and Type Interface Description interfaceStatisticsContextContext for statistics. -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement RequestContextStack Modifier and Type Class Description classDeviceContextImpl -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement RequestContextStack Modifier and Type Class Description classRoleContextImpl -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return RequestContextStack Modifier and Type Method Description RequestContextStackAbstractService. getRequestContextStack() -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.services.multilayer
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.services.sal
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.services.singlelayer
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type RequestContextStack Modifier and Type Method Description static AggregateFlowsInTableServiceAggregateFlowsInTableService. createWithOook(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed)static OpendaylightFlowStatisticsServiceImplOpendaylightFlowStatisticsServiceImpl. createWithOook(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)Constructors in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type RequestContextStack Constructor Description AggregateFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, TranslatorLibrary translatorLibrary)AllFlowsInAllTablesService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)AllFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)FlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)OpendaylightFlowStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, TranslatorLibrary translatorLibrary, ConvertorExecutor convertorExecutor)OpendaylightFlowTableStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)OpendaylightGroupStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)OpendaylightPortStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services.compatibility
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.compatibility with parameters of type RequestContextStack Constructor Description AbstractCompatibleStatService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed)OpendaylightFlowStatisticsServiceDelegateImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services.dedicated
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.dedicated with parameters of type RequestContextStack Constructor Description StatisticsGatheringOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)StatisticsGatheringService(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services.direct
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer with parameters of type RequestContextStack Modifier and Type Method Description static OpendaylightDirectStatisticsServiceProviderMultiLayerDirectStatisticsProviderInitializer. createProvider(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer with parameters of type RequestContextStack Modifier and Type Method Description static OpendaylightDirectStatisticsServiceProviderSingleLayerDirectStatisticsProviderInitializer. createProvider(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-