Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepConnectionInstance
Packages that use HwvtepConnectionInstance
Package
Description
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return HwvtepConnectionInstanceModifier and TypeMethodDescriptionHwvtepConnectionManager.connectedButCallBacksNotRegistered
(OvsdbClient externalClient) HwvtepConnectionManager.getConnectionInstance
(ConnectionInfo key) HwvtepConnectionManager.getConnectionInstance
(HwvtepPhysicalSwitchAttributes node) HwvtepConnectionManager.getConnectionInstance
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node node) HwvtepDeviceInfo.getConnectionInstance()
HwvtepConnectionManager.getConnectionInstanceFromNodeIid
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> nodeIid) Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type HwvtepConnectionInstanceModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Acls>
HwvtepSouthboundMapper.createInstanceIdentifier
(HwvtepConnectionInstance client, ACL acl) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches>
HwvtepSouthboundMapper.createInstanceIdentifier
(HwvtepConnectionInstance client, LogicalSwitch logicalSwitch) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>
HwvtepSouthboundMapper.createInstanceIdentifier
(HwvtepConnectionInstance client, PhysicalSwitch physicalSwitch) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>
HwvtepSouthboundMapper.createInstanceIdentifier
(HwvtepConnectionInstance client, HwvtepNodeName psName) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VlanBindings>
HwvtepSouthboundMapper.createInstanceIdentifier
(HwvtepConnectionInstance client, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint> tpPath, VlanBindings vlanBindings) static org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId
HwvtepSouthboundMapper.createManagedNodeId
(HwvtepConnectionInstance client, HwvtepNodeName psName) void
HwvtepConnectionManager.reconcileConfigurations
(HwvtepConnectionInstance client, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode) Constructors in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type HwvtepConnectionInstanceModifierConstructorDescriptionHwvtepDeviceInfo
(HwvtepConnectionInstance hwvtepConnectionInstance) HwvtepTableReader
(HwvtepConnectionInstance connectionInstance) -
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration
Constructors in org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration with parameters of type HwvtepConnectionInstanceModifierConstructorDescriptionHwvtepReconciliationTask
(ReconciliationManager reconciliationManager, HwvtepConnectionManager connectionManager, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> nodeId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode, HwvtepConnectionInstance connectionInstance, org.opendaylight.mdsal.binding.api.DataBroker db) -
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return HwvtepConnectionInstanceModifier and TypeMethodDescriptionAbstractTransactCommand.getConnectionInstance()
HwvtepOperationalState.getConnectionInstance()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepConnectionInstanceModifier and TypeMethodDescriptionvoid
DependencyQueue.processReadyJobsFromConfigQueue
(HwvtepConnectionInstance connectionInstance) Checks if any config data dependent jobs are ready to be processed and process them.void
DependencyQueue.processReadyJobsFromOpQueue
(HwvtepConnectionInstance connectionInstance) Checks if any operational data dependent jobs are ready to be processed and process them.Constructors in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepConnectionInstanceModifierConstructorDescriptionHwvtepOperationalState
(org.opendaylight.mdsal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes) HwvtepOperationalState
(org.opendaylight.mdsal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node globalOperNode, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode) HwvtepOperationalState
(HwvtepConnectionInstance connectionInstance) TransactInvokerImpl
(HwvtepConnectionInstance connectionInstance, DatabaseSchema dbSchema) -
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Fields in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md declared as HwvtepConnectionInstanceModifier and TypeFieldDescriptionprotected final HwvtepConnectionInstance
AbstractTransactionCommand.key
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepConnectionInstanceConstructors in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md with parameters of type HwvtepConnectionInstanceModifierConstructorDescriptionAbstractTransactionCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) GlobalUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepGlobalRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepLogicalRouterRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepLogicalRouterUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepLogicalSwitchRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepLogicalSwitchUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepMacEntriesRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepManagerRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepManagerUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepMcastMacsLocalUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepMcastMacsRemoteUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepOperationalCommandAggregator
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalLocatorRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalLocatorUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalPortRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalPortUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalSwitchRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepPhysicalSwitchUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepTunnelRemoveCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepTunnelUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepUcastMacsLocalUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema) HwvtepUcastMacsRemoteUpdateCommand
(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)