Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPContext
Packages that use OFPContext
Package
Description
-
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterface
The central entity of OFP is the Device Context, which encapsulate the logical state of a switch as seen by the controller. -
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.lifecycleMethods in org.opendaylight.openflowplugin.api.openflow.lifecycle with type parameters of type OFPContextModifier and TypeMethodDescription<T extends OFPContext>
voidContextChain.addContext
(@NonNull T context) Add context to the chain, if reference already exist ignore it.Method parameters in org.opendaylight.openflowplugin.api.openflow.lifecycle with type arguments of type OFPContextModifier and TypeMethodDescription<T> T
GuardedContext.map
(Function<OFPContext, T> transformer) Maps delegate inside guarded context to T. -
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.role
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.roleModifier and TypeInterfaceDescriptioninterface
Handles propagation of SLAVE and MASTER roles on connected devices. -
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.rpc
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.rpcModifier and TypeInterfaceDescriptioninterface
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 OFPContext in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.statistics -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement OFPContext -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement OFPContextMethods in org.opendaylight.openflowplugin.impl.lifecycle with type parameters of type OFPContextModifier and TypeMethodDescription<T extends OFPContext>
voidContextChainImpl.addContext
(@NonNull T context) Method parameters in org.opendaylight.openflowplugin.impl.lifecycle with type arguments of type OFPContextModifier and TypeMethodDescription<T> T
GuardedContextImpl.map
(Function<OFPContext, T> transformer) -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement OFPContext