Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPContext
Packages that use OFPContext
Package
Description
- 
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.deviceSubinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterfaceThe 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.lifecycleSubinterfaces 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> TGuardedContext.map(Function<OFPContext, T> transformer) Maps delegate inside guarded context to T.
- 
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.roleSubinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.roleModifier and TypeInterfaceDescriptioninterfaceHandles propagation of SLAVE and MASTER roles on connected devices.
- 
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.rpcSubinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.rpcModifier and TypeInterfaceDescriptioninterfaceThis 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.statisticsSubinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.statistics
- 
Uses of OFPContext in org.opendaylight.openflowplugin.impl.deviceClasses in org.opendaylight.openflowplugin.impl.device that implement OFPContext
- 
Uses of OFPContext in org.opendaylight.openflowplugin.impl.lifecycleClasses 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> TGuardedContextImpl.map(Function<OFPContext, T> transformer) 
- 
Uses of OFPContext in org.opendaylight.openflowplugin.impl.roleClasses in org.opendaylight.openflowplugin.impl.role that implement OFPContext