Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPManager
-
-
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interface
DeviceManager
This interface is responsible for instantiating DeviceContext and registering transaction chain for each DeviceContext. -
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with type parameters of type OFPManager Modifier and Type Method Description <T extends OFPManager>
voidContextChainHolder. addManager(T manager)
Managers need to be added before. -
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.role
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.role Modifier and Type Interface Description interface
RoleManager
Manages creation and termination of role contexts. -
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpc
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpc Modifier and Type Interface Description interface
RpcManager
The RPC Manager will maintain an RPC Context for each online switch. -
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.statistics Modifier and Type Interface Description interface
StatisticsManager
Manages statistics contexts. -
Uses of OFPManager in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement OFPManager Modifier and Type Class Description class
DeviceManagerImpl
-
Uses of OFPManager in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle with type parameters of type OFPManager Modifier and Type Method Description <T extends OFPManager>
voidContextChainHolderImpl. addManager(T manager)
-
Uses of OFPManager in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement OFPManager Modifier and Type Class Description class
RoleManagerImpl
-
Uses of OFPManager in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement OFPManager Modifier and Type Class Description class
RpcManagerImpl
-
Uses of OFPManager in org.opendaylight.openflowplugin.impl.statistics
Classes in org.opendaylight.openflowplugin.impl.statistics that implement OFPManager Modifier and Type Class Description class
StatisticsManagerImpl
-