Package | Description |
---|---|
org.opendaylight.mdsal.binding.api | |
org.opendaylight.mdsal.binding.spi | |
org.opendaylight.mdsal.binding.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadTransaction
A transaction that provides a stateful read-only view of the data tree.
|
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 | Method and Description |
---|---|
void |
TransactionChainListener.onTransactionChainFailed(@NonNull TransactionChain chain,
@NonNull Transaction transaction,
@NonNull Throwable cause)
Invoked if when a transaction in the chain fails.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadTransaction
Utility
ReadTransaction 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 |
ForwardingTransaction
Specialization of
ForwardingObject for a Transaction . |
class |
ForwardingWriteTransaction
Utility
WriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract Transaction |
ForwardingTransaction.delegate() |
Modifier and Type | Interface and Description |
---|---|
interface |
TypedReadTransaction<D extends Datastore>
Read transaction which is specific to a single logical datastore (configuration or operational).
|
interface |
TypedReadWriteTransaction<D extends Datastore>
Read-write transaction which is specific to a single logical datastore (configuration or operational).
|
interface |
TypedWriteTransaction<D extends Datastore>
Write transaction which is specific to a single logical datastore (configuration or operational).
|
Copyright © 2019 OpenDaylight. All rights reserved.