Package | Description |
---|---|
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl | |
org.opendaylight.controller.md.sal.dom.broker.impl.legacy.sharded.adapter | |
org.opendaylight.controller.md.sal.dom.spi | |
org.opendaylight.controller.md.sal.trace.dom.impl | |
org.opendaylight.controller.sal.core.compat |
Controller/MDSAL compatibility library.
|
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
DOMDataBroker.createTransactionChain(TransactionChainListener listener)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PingPongTransactionChain
An implementation of
DOMTransactionChain , which has a very specific
behavior, which some users may find surprising. |
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
AbstractDOMDataBroker.createTransactionChain(TransactionChainListener listener) |
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
LegacyShardedDOMDataBrokerAdapter.createTransactionChain(TransactionChainListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMTransactionChain
Utility
DOMTransactionChain implementation which forwards all interface
method invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
ForwardingDOMDataBroker.createTransactionChain(TransactionChainListener listener) |
protected abstract DOMTransactionChain |
ForwardingDOMTransactionChain.delegate() |
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
TracingBroker.createTransactionChain(TransactionChainListener transactionChainListener) |
Modifier and Type | Method and Description |
---|---|
DOMTransactionChain |
LegacyDOMDataBrokerAdapter.createTransactionChain(TransactionChainListener listener) |
protected DOMTransactionChain |
DOMTransactionChainAdapter.delegate()
Deprecated.
|
Constructor and Description |
---|
DOMTransactionChainAdapter(org.opendaylight.mdsal.common.api.TransactionChainListener listener,
Function<TransactionChainListener,DOMTransactionChain> function)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.