Constructor and Description |
---|
CarProvider(DataBroker dataProvider,
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService ownershipService,
DOMDataBroker domDataBroker) |
MdsalLowLevelTestProvider(RpcProviderRegistry rpcRegistry,
DOMRpcProviderService domRpcService,
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService,
org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingNormalizedNodeSerializer,
NotificationPublishService notificationPublishService,
NotificationService notificationService,
DOMDataBroker domDataBroker,
org.opendaylight.mdsal.dom.api.DOMDataTreeService domDataTreeService,
DistributedShardFactory distributedShardFactory,
DistributedDataStoreInterface configDataStore,
ActorSystemProvider actorSystemProvider) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<WriteTransactionsOutput>> |
WriteTransactionsHandler.start(DOMDataBroker domDataBroker,
WriteTransactionsInput input) |
Modifier and Type | Method and Description |
---|---|
DOMDataBroker |
AbstractForwardedDataBroker.getDelegate() |
Modifier and Type | Method and Description |
---|---|
DataBroker |
BindingToDOMAdapterFactory.createDataBroker(DOMDataBroker domBroker) |
Constructor and Description |
---|
AbstractForwardedDataBroker(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
AbstractForwardedDataBroker(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec,
org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService) |
BindingDOMDataBrokerAdapter(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
DataBroker |
AdapterFactory.createDataBroker(DOMDataBroker domBroker)
Return a
DataBroker implementation backed by the specified DOMDataBroker . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMDataBroker |
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
class |
SerializedDOMDataBroker
Implementation of blocking three phase commit coordinator, which which
supports coordination on multiple
DOMStoreThreePhaseCommitCohort . |
Modifier and Type | Method and Description |
---|---|
protected DOMDataBroker |
PingPongDataBroker.delegate() |
Constructor and Description |
---|
PingPongDataBroker(DOMDataBroker delegate)
Instantiate a new broker, backed by the the specified delegate
DOMDataBroker . |
Modifier and Type | Class and Description |
---|---|
class |
LegacyShardedDOMDataBrokerAdapter
DOMDataBroker implementation that forwards calls to
ShardedDOMDataBrokerAdapter ,
which in turn translates calls to shard aware implementation of
DOMDataTreeService |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataBroker
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract DOMDataBroker |
ForwardingDOMDataBroker.delegate() |
Modifier and Type | Interface and Description |
---|---|
interface |
TracingDOMDataBroker
Interface so that the tracing broker service can be more explicitly imported.
|
Modifier and Type | Class and Description |
---|---|
class |
TracingBroker |
Constructor and Description |
---|
TracingBroker(String type,
DOMDataBroker delegate,
Config config,
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer codec) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyDOMDataBrokerAdapter
Adapter between the legacy controller API-based DOMDataBroker and the mdsal API-based DOMDataBroker.
|
Modifier and Type | Method and Description |
---|---|
protected DOMDataBroker |
DOMDataBrokerAdapter.delegate()
Deprecated.
|
Constructor and Description |
---|
DOMDataBrokerAdapter(DOMDataBroker delegate)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.