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 interfaceDeviceContextThe 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 interfaceGuardedContextStateful 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> TGuardedContext. 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 interfaceRoleContextHandles 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 interfaceRpcContextThis 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 interfaceStatisticsContextContext 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 classDeviceContextImpl -
Uses of OFPContext in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement OFPContext Modifier and Type Class Description classGuardedContextImplMethods 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> TGuardedContextImpl. 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 classRoleContextImpl
-