Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepConnectionInstance
Package
Description
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier 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) Modifier 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) ModifierConstructorDescriptionHwvtepDeviceInfo
(HwvtepConnectionInstance hwvtepConnectionInstance) HwvtepTableReader
(HwvtepConnectionInstance connectionInstance) -
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration
ModifierConstructorDescriptionHwvtepReconciliationTask
(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
Modifier and TypeMethodDescriptionAbstractTransactCommand.getConnectionInstance()
HwvtepOperationalState.getConnectionInstance()
Modifier 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.ModifierConstructorDescriptionHwvtepOperationalState
(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
Modifier and TypeFieldDescriptionprotected final HwvtepConnectionInstance
AbstractTransactionCommand.key
ModifierConstructorDescriptionAbstractTransactionCommand
(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)