Class TxchainBaRead

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

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

      • TxchainBaRead

        public TxchainBaRead​(org.opendaylight.mdsal.binding.api.DataBroker bindingDataBroker,
                             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