Package | Description |
---|---|
org.opendaylight.mdsal.binding.api | |
org.opendaylight.mdsal.binding.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadTransaction
A transaction that provides a stateful read-only view of the data tree.
|
interface |
ReadWriteOperations
A combination of
ReadOperations and WriteOperations as supported by ReadWriteTransaction ,
without a tie-in into lifecycle management. |
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
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. |
Copyright © 2019 OpenDaylight. All rights reserved.