Uses of Interface
org.opendaylight.ovsdb.lib.OvsdbConnection
-
Packages that use OvsdbConnection Package Description org.opendaylight.ovsdb.hwvtepsouthbound org.opendaylight.ovsdb.lib.impl org.opendaylight.ovsdb.lib.jsonrpc org.opendaylight.ovsdb.southbound -
-
Uses of OvsdbConnection in org.opendaylight.ovsdb.hwvtepsouthbound
Constructors in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type OvsdbConnection Constructor Description HwvtepConnectionManager(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 entityOwnershipServiceDependency, OvsdbConnection ovsdbConnection, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingNormalizedNodeSerializer, org.opendaylight.serviceutils.upgrade.UpgradeState upgradeState)
-
Uses of OvsdbConnection in org.opendaylight.ovsdb.lib.impl
Classes in org.opendaylight.ovsdb.lib.impl that implement OvsdbConnection Modifier and Type Class Description class
OvsdbConnectionService
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 Constructor Description ExceptionHandler(OvsdbConnection ovsdbConnectionService)
-
Uses of OvsdbConnection in org.opendaylight.ovsdb.southbound
Constructors in org.opendaylight.ovsdb.southbound with parameters of type OvsdbConnection Constructor Description OvsdbConnectionManager(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)
-