Class ReadWriteShardDataTreeTransaction
java.lang.Object
org.opendaylight.controller.cluster.datastore.ReadWriteShardDataTreeTransaction
- All Implemented Interfaces:
Identifiable<TransactionIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionprotected final booleanclose()Close this transaction and mark it as closed, allowing idempotent invocations.final TransactionIdentifierfinal StringtoString()
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceIdentifiable<T extends 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.
-
toString
-