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