Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPContext
-
-
Uses of OFPContext in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of OFPContext 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 OFPContext in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.lifecycle Modifier and Type Interface Description interface
GuardedContext
Stateful OpenFlow context wrapper.Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with type parameters of type OFPContext Modifier and Type Method Description <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 OFPContext Modifier and Type Method Description <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.role Modifier and Type Interface Description interface
RoleContext
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.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 OFPContext in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of OFPContext in org.opendaylight.openflowplugin.api.openflow.statistics Modifier and Type Interface Description interface
StatisticsContext
Context for statistics. -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement OFPContext Modifier and Type Class Description class
DeviceContextImpl
-
Uses of OFPContext in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement OFPContext Modifier and Type Class Description class
GuardedContextImpl
Methods in org.opendaylight.openflowplugin.impl.lifecycle with type parameters of type OFPContext Modifier and Type Method Description <T extends OFPContext>
voidContextChainImpl. addContext(@NonNull T context)
Method parameters in org.opendaylight.openflowplugin.impl.lifecycle with type arguments of type OFPContext Modifier and Type Method Description <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 Modifier and Type Class Description class
RoleContextImpl
-