Class SimpletxBaRead
- java.lang.Object
-
- org.opendaylight.dsbenchmark.DatastoreAbstractWriter
-
- org.opendaylight.dsbenchmark.simpletx.SimpletxBaRead
-
public class SimpletxBaRead extends DatastoreAbstractWriter
-
-
Field Summary
-
Fields inherited from class org.opendaylight.dsbenchmark.DatastoreAbstractWriter
dataStore, innerListElem, oper, outerListElem, rn, txError, txOk, writesPerTx
-
-
Constructor Summary
Constructors Constructor Description SimpletxBaRead(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, int outerListElem, int innerListElem, long writesPerTx, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestInput.DataStore dataStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateList()voidexecuteList()-
Methods inherited from class org.opendaylight.dsbenchmark.DatastoreAbstractWriter
getDataStoreType, getTxError, getTxOk
-
-
-
-
Method Detail
-
createList
public void createList()
- Specified by:
createListin classDatastoreAbstractWriter
-
executeList
public void executeList()
- Specified by:
executeListin classDatastoreAbstractWriter
-
-