Class TxchainBaWrite

  • All Implemented Interfaces:
    EventListener, org.opendaylight.mdsal.binding.api.TransactionChainListener

    public class TxchainBaWrite
    extends DatastoreAbstractWriter
    implements org.opendaylight.mdsal.binding.api.TransactionChainListener
    • Constructor Detail

      • TxchainBaWrite

        public TxchainBaWrite​(org.opendaylight.mdsal.binding.api.DataBroker bindingDataBroker,
                              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestInput.Operation oper,
                              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.binding.api.TransactionChain chain,
                                             org.opendaylight.mdsal.binding.api.Transaction transaction,
                                             Throwable cause)
        Specified by:
        onTransactionChainFailed in interface org.opendaylight.mdsal.binding.api.TransactionChainListener
      • onTransactionChainSuccessful

        public void onTransactionChainSuccessful​(org.opendaylight.mdsal.binding.api.TransactionChain chain)
        Specified by:
        onTransactionChainSuccessful in interface org.opendaylight.mdsal.binding.api.TransactionChainListener