Modifier and Type | Method and Description |
---|---|
DataBroker |
BindingAdapterFactory.createDataBroker(DOMDataBroker domService)
Create a
DataBroker backed by a DOMDataBroker . |
Constructor and Description |
---|
AbstractForwardedDataBroker(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
BindingDOMDataBrokerAdapter(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
DataBroker |
AdapterFactory.createDataBroker(DOMDataBroker domService)
Create a
DataBroker backed by a DOMDataBroker . |
Constructor and Description |
---|
BindingDOMDataBrokerAdapter(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
Constructor and Description |
---|
BindingDOMTransactionChainAdapter(DOMDataBroker chainFactory,
BindingToNormalizedNodeCodec codec,
TransactionChainListener listener) |
Modifier and Type | Method and Description |
---|---|
DOMDataBroker |
AbstractForwardedDataBroker.getDelegate() |
Constructor and Description |
---|
AbstractForwardedDataBroker(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMDataBroker |
class |
SerializedDOMDataBroker
Implementation of blocking three phase commit coordinator, which which
supports coordination on multiple
DOMStoreThreePhaseCommitCohort . |
class |
ShardedDOMDataBrokerAdapter |
Modifier and Type | Class and Description |
---|---|
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
Modifier and Type | Method and Description |
---|---|
protected DOMDataBroker |
PingPongDataBroker.delegate() |
Constructor and Description |
---|
PingPongDataBroker(@NonNull DOMDataBroker delegate)
Instantiate a new broker, backed by the the specified delegate
DOMDataBroker . |
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 @NonNull 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,
BindingNormalizedNodeSerializer codec) |
Copyright © 2019 OpenDaylight. All rights reserved.