public abstract class OBaseWorkload.OBaseWorkLoadContext extends Object
Modifier and Type | Field and Description |
---|---|
int |
currentIdx |
int |
threadId |
int |
totalPerThread |
Constructor and Description |
---|
OBaseWorkLoadContext() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
abstract void |
init(ODatabaseIdentifier dbIdentifier,
int operationsPerTransaction) |
public int threadId
public int currentIdx
public int totalPerThread
public abstract void init(ODatabaseIdentifier dbIdentifier, int operationsPerTransaction)
public abstract void close()
Copyright © 2009–2020 OrientDB. All rights reserved.