Interface ReadOnlyTransaction
-
- All Superinterfaces:
AsyncReadOnlyTransaction<InstanceIdentifier<?>,DataObject>
,AsyncReadTransaction<InstanceIdentifier<?>,DataObject>
,AsyncTransaction<InstanceIdentifier<?>,DataObject>
,AutoCloseable
,Identifiable<Object>
,ReadTransaction
- All Known Implementing Classes:
ForwardingReadOnlyTransaction
@Deprecated(forRemoval=true) public interface ReadOnlyTransaction extends ReadTransaction, AsyncReadOnlyTransaction<InstanceIdentifier<?>,DataObject>
Deprecated, for removal: This API element is subject to removal in a future version.UseReadTransaction
instead.A transaction that provides a stateful read-only view of the data tree.For more information on usage and examples, please see the documentation in
AsyncReadTransaction
.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.controller.md.sal.common.api.data.AsyncReadOnlyTransaction
close
-
Methods inherited from interface org.opendaylight.controller.md.sal.common.api.data.AsyncTransaction
getIdentifier
-
Methods inherited from interface org.opendaylight.controller.md.sal.binding.api.ReadTransaction
exists, read
-
-