Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPContext
Package
Description
-
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.device
Modifier 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
Modifier and TypeMethodDescription<T extends OFPContext>
voidContextChain.addContext
(@NonNull T context) Add context to the chain, if reference already exist ignore it.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Handles propagation of SLAVE and MASTER roles on connected devices. -
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.rpc
Modifier 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
-
Uses of OFPContext in org.opendaylight.openflowplugin.impl.device
-
Uses of OFPContext in org.opendaylight.openflowplugin.impl.lifecycle
Modifier and TypeMethodDescription<T extends OFPContext>
voidContextChainImpl.addContext
(@NonNull T context) Modifier and TypeMethodDescription<T> T
GuardedContextImpl.map
(Function<OFPContext, T> transformer) -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.role