Class ReadWriteShardDataTreeTransaction

java.lang.Object
org.opendaylight.controller.cluster.datastore.ReadWriteShardDataTreeTransaction
All Implemented Interfaces:
Identifiable<TransactionIdentifier>

public final class ReadWriteShardDataTreeTransaction extends Object
  • Method Details

    • getIdentifier

      public final TransactionIdentifier getIdentifier()
      Specified by:
      getIdentifier in interface Identifiable<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

      public final String toString()
      Overrides:
      toString in class Object