Class ReadWriteShardDataTreeTransaction

  • All Implemented Interfaces:
    org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier>

    public final class ReadWriteShardDataTreeTransaction
    extends Object
    • Method Detail

      • getIdentifier

        public final org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier getIdentifier()
        Specified by:
        getIdentifier in interface org.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.