Package | Description |
---|---|
org.opendaylight.controller.md.sal.binding.api | |
org.opendaylight.controller.md.sal.common.api.data | |
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.spi | |
org.opendaylight.controller.sal.core.compat |
Controller/MDSAL compatibility library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadOnlyTransaction
A transaction that provides a stateful read-only view of the data tree.
|
interface |
ReadTransaction
A transaction that provides read access to a logical data store.
|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
interface |
WriteTransaction
A transaction that provides mutation capabilities on a data tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadOnlyTransaction
Utility
ReadOnlyTransaction implementation which forwards all interface method
invocation to a delegate instance. |
class |
ForwardingReadWriteTransaction
Utility
ReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
class |
ForwardingWriteTransaction
Utility
WriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncReadOnlyTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Marker interface for a read-only view of the data tree.
|
interface |
AsyncReadTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Marker interface for stateful read view of the data tree.
|
interface |
AsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Transaction enabling a client to have a combined read/write capabilities.
|
interface |
AsyncWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Write transaction provides mutation capabilities for a data tree.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionChainListener.onTransactionChainFailed(TransactionChain<?,?> chain,
AsyncTransaction<?,?> transaction,
Throwable cause)
Invoked if when a transaction in the chain fails.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataReadOnlyTransaction |
interface |
DOMDataReadTransaction
A transaction that provides read access to a logical data store.
|
interface |
DOMDataReadWriteTransaction |
interface |
DOMDataWriteTransaction
A transaction that provides mutation capabilities on a data tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataReadOnlyTransaction
Utility
DOMDataReadOnlyTransaction implementation which forwards all interface
method invocation to a delegate instance. |
class |
ForwardingDOMDataReadWriteTransaction
Utility
DOMDataReadWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
class |
ForwardingDOMDataWriteTransaction
Utility
DOMDataWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
void |
DOMTransactionChainAdapter.onTransactionChainFailed(TransactionChain<?,?> chain,
AsyncTransaction<?,?> transaction,
Throwable cause)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.