Uses of Interface
org.opendaylight.ovsdb.lib.OvsdbConnection
Packages that use OvsdbConnection
Package
Description
-
Uses of OvsdbConnection in org.opendaylight.ovsdb.hwvtepsouthbound
Constructors in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type OvsdbConnectionModifierConstructorDescriptionHwvtepConnectionManager
(org.opendaylight.mdsal.binding.api.DataBroker db, TransactionInvoker txInvoker, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, OvsdbConnection ovsdbConnectionService) HwvtepSouthboundProvider
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnership, OvsdbConnection ovsdbConnection, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer serializer, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState) -
Uses of OvsdbConnection in org.opendaylight.ovsdb.lib.impl
Classes in org.opendaylight.ovsdb.lib.impl that implement OvsdbConnectionModifier and TypeClassDescriptionclass
OvsDBConnectionService provides OVSDB connection management functionality which includes both Active and Passive connections. -
Uses of OvsdbConnection in org.opendaylight.ovsdb.lib.jsonrpc
Constructors in org.opendaylight.ovsdb.lib.jsonrpc with parameters of type OvsdbConnection -
Uses of OvsdbConnection in org.opendaylight.ovsdb.southbound
Constructors in org.opendaylight.ovsdb.southbound with parameters of type OvsdbConnectionModifierConstructorDescriptionOvsdbConnectionManager
(org.opendaylight.mdsal.binding.api.DataBroker db, TransactionInvoker txInvoker, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, OvsdbConnection ovsdbConnection, InstanceIdentifierCodec instanceIdentifierCodec, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState) SouthboundProvider
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipServiceDependency, OvsdbConnection ovsdbConnection, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingNormalizedNodeSerializer, org.opendaylight.infrautils.ready.SystemReadyMonitor systemReadyMonitor, org.opendaylight.infrautils.diagstatus.DiagStatusService diagStatusService, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState)