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 interface
DeviceContext
The 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 interface
RoleContext
Handles 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 interface
RpcContext
This 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 interface
StatisticsContext
Context 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 class
DeviceContextImpl
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement RequestContextStack Modifier and Type Class Description class
RoleContextImpl
-
Uses of RequestContextStack in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return RequestContextStack Modifier and Type Method Description RequestContextStack
AbstractService. 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 AggregateFlowsInTableService
AggregateFlowsInTableService. createWithOook(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed)
static OpendaylightFlowStatisticsServiceImpl
OpendaylightFlowStatisticsServiceImpl. 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 OpendaylightDirectStatisticsServiceProvider
MultiLayerDirectStatisticsProviderInitializer. 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 OpendaylightDirectStatisticsServiceProvider
SingleLayerDirectStatisticsProviderInitializer. createProvider(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-