Class TxchainDomDelete

  • All Implemented Interfaces:
    EventListener, org.opendaylight.mdsal.dom.api.DOMTransactionChainListener

    public class TxchainDomDelete
    extends DatastoreAbstractWriter
    implements org.opendaylight.mdsal.dom.api.DOMTransactionChainListener
    • Constructor Detail

      • TxchainDomDelete

        public TxchainDomDelete​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker,
                                int outerListElem,
                                int innerListElem,
                                long writesPerTx,
                                org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestInput.DataStore dataStore)
    • Method Detail

      • onTransactionChainFailed

        public void onTransactionChainFailed​(org.opendaylight.mdsal.dom.api.DOMTransactionChain chain,
                                             org.opendaylight.mdsal.dom.api.DOMDataTreeTransaction transaction,
                                             Throwable cause)
        Specified by:
        onTransactionChainFailed in interface org.opendaylight.mdsal.dom.api.DOMTransactionChainListener
      • onTransactionChainSuccessful

        public void onTransactionChainSuccessful​(org.opendaylight.mdsal.dom.api.DOMTransactionChain chain)
        Specified by:
        onTransactionChainSuccessful in interface org.opendaylight.mdsal.dom.api.DOMTransactionChainListener