Class ReadWriteShardDataTreeTransaction
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.ReadWriteShardDataTreeTransaction
-
- All Implemented Interfaces:
org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier>
public final class ReadWriteShardDataTreeTransaction extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanclose()Close this transaction and mark it as closed, allowing idempotent invocations.org.opendaylight.controller.cluster.access.concepts.TransactionIdentifiergetIdentifier()StringtoString()
-
-
-
Method Detail
-
getIdentifier
public final org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier getIdentifier()
- Specified by:
getIdentifierin interfaceorg.opendaylight.yangtools.concepts.Identifiable<T extends org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshot>
-
close
protected final boolean close()
Close this transaction and mark it as closed, allowing idempotent invocations.- Returns:
- True if the transaction got closed by this method invocation.
-
-