public abstract class DatastoreAbstractWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected StartTestInput.DataStore |
dataStore |
protected int |
innerListElem |
protected StartTestInput.Operation |
oper |
protected int |
outerListElem |
protected Random |
rn |
protected int |
txError |
protected int |
txOk |
protected long |
writesPerTx |
Constructor and Description |
---|
DatastoreAbstractWriter(StartTestInput.Operation oper,
int outerListElem,
int innerListElem,
long writesPerTx,
StartTestInput.DataStore dataStore) |
Modifier and Type | Method and Description |
---|---|
abstract void |
createList() |
abstract void |
executeList() |
protected org.opendaylight.mdsal.common.api.LogicalDatastoreType |
getDataStoreType() |
int |
getTxError() |
int |
getTxOk() |
protected final int outerListElem
protected final int innerListElem
protected final long writesPerTx
protected final StartTestInput.Operation oper
protected final StartTestInput.DataStore dataStore
protected final Random rn
protected int txOk
protected int txError
public DatastoreAbstractWriter(StartTestInput.Operation oper, int outerListElem, int innerListElem, long writesPerTx, StartTestInput.DataStore dataStore)
Copyright © 2019 OpenDaylight. All rights reserved.