Class ORetryExecutionPlan
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
com.orientechnologies.orient.core.sql.executor.OUpdateExecutionPlan
com.orientechnologies.orient.core.sql.executor.ORetryExecutionPlan
- All Implemented Interfaces:
OExecutionPlanContextOps,OInternalExecutionPlan
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
stepsFields inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
JAVA_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.executor.OUpdateExecutionPlan
canBeCached, copy, start, toResultMethods inherited from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
chain, copyOn, deserialize, getCost, getGenericStatement, getIndexes, getStatement, getSteps, prettyPrint, serialize, setGenericStatement, setStatement, setStepsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
isExplain
-
Constructor Details
-
ORetryExecutionPlan
public ORetryExecutionPlan()
-