| Package | Description |
|---|---|
| org.opendaylight.mdsal.binding.util |
| Class and Description |
|---|
CheckedConsumer
Consumer which can throw a checked exception. |
CheckedFunction
Function which can throw a checked exception. |
| Datastore
Strongly-typed representation of a datastore (configuration or operational).
|
| Datastore.Configuration |
| Datastore.Operational |
InterruptibleCheckedConsumer
Consumer which can throw a checked exception and be interrupted. |
InterruptibleCheckedFunction
Function which can throw a checked exception and be interrupted. |
| ManagedNewTransactionRunner
Managed transactions utility to simplify handling of new transactions and ensure they are always closed.
|
| ManagedTransactionChain
Managed transaction chains provide managed semantics around transaction chains, i.e. chains which provide
transactions which are automatically submitted or cancelled.
|
| ManagedTransactionFactory
Managed transaction factories provide managed transactions, i.e. transactions which are automatically
submitted or cancelled (write) or closed (read).
|
| TypedReadTransaction
Read transaction which is specific to a single logical datastore (configuration or operational).
|
| TypedReadWriteTransaction
Read-write transaction which is specific to a single logical datastore (configuration or operational).
|
| TypedWriteTransaction
Write transaction which is specific to a single logical datastore (configuration or operational).
|
Copyright © 2019 OpenDaylight. All rights reserved.