public abstract class OBaseGraphWorkload extends OBaseWorkload implements OCheckWorkload
Modifier and Type | Class and Description |
---|---|
class |
OBaseGraphWorkload.OWorkLoadContext |
OBaseWorkload.OBaseWorkLoadContext, OBaseWorkload.OWorkLoadResult
connectionStrategy, errors, MAX_ERRORS
Constructor and Description |
---|
OBaseGraphWorkload() |
Modifier and Type | Method and Description |
---|---|
protected void |
beginTransaction(OBaseWorkload.OBaseWorkLoadContext context) |
void |
check(ODatabaseIdentifier databaseIdentifier) |
protected void |
commitTransaction(OBaseWorkload.OBaseWorkLoadContext context) |
protected OBaseWorkload.OBaseWorkLoadContext |
getContext() |
protected OrientGraph |
getGraph(ODatabaseIdentifier databaseIdentifier) |
protected OrientGraphNoTx |
getGraphNoTx(ODatabaseIdentifier databaseIdentifier) |
executeOperation, getErrors, getPercentile, manageNeedRetryException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getFinalResult, getFinalResultAsJson, getName, getPartialResult, parseParameters
protected OBaseWorkload.OBaseWorkLoadContext getContext()
getContext
in class OBaseWorkload
protected OrientGraphNoTx getGraphNoTx(ODatabaseIdentifier databaseIdentifier)
protected OrientGraph getGraph(ODatabaseIdentifier databaseIdentifier)
public void check(ODatabaseIdentifier databaseIdentifier)
check
in interface OCheckWorkload
protected void beginTransaction(OBaseWorkload.OBaseWorkLoadContext context)
beginTransaction
in class OBaseWorkload
protected void commitTransaction(OBaseWorkload.OBaseWorkLoadContext context)
commitTransaction
in class OBaseWorkload
Copyright © 2009–2020 OrientDB. All rights reserved.