Modifier and Type | Interface and Description |
---|---|
interface |
BindingTransactionChain
A chain of transactions.
|
interface |
DataBroker
Provides access to a conceptual data tree store and also provides the ability to
subscribe for changes to data under a given branch of the tree.
|
interface |
TransactionFactory |
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMDataBrokerAdapter
The DataBrokerImpl simply defers to the DOMDataBroker for all its operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMTransactionChainAdapter
Transaction chain adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDataBroker
Utility
DataBroker implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncDataBroker<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Base interface that provides access to a conceptual data tree store and also provides the ability
to subscribe for changes to data under a given branch of the tree.
|
interface |
TransactionChain<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
A chain of transactions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataBroker
Data Broker which provides data transaction and data change listener functionality
using
NormalizedNode data format. |
interface |
DOMTransactionChain
A chain of DOM Data transactions.
|
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 |
class |
ShardedDOMTransactionChainAdapter |
Modifier and Type | Class and Description |
---|---|
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
class |
PingPongTransactionChain
An implementation of
DOMTransactionChain , which has a very specific
behavior, which some users may find surprising. |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataBroker
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
class |
ForwardingDOMTransactionChain
Utility
DOMTransactionChain implementation which forwards all interface
method invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.