
public class ParallelExecStep extends AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
ParallelExecStep(List<OInternalExecutionPlan> subExecuitonPlans,
OCommandContext ctx,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCached() |
OExecutionStep |
copy(OCommandContext ctx) |
List<OExecutionPlan> |
getSubExecutionPlans() |
String |
prettyPrint(int depth,
int indent) |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, deserialize, getDescription, getIndent, getName, getSubSteps, getTargetNode, getType, reset, serializegetCost, toResultpublic ParallelExecStep(List<OInternalExecutionPlan> subExecuitonPlans, OCommandContext ctx, boolean profilingEnabled)
public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic String prettyPrint(int depth, int indent)
public List<OExecutionPlan> getSubExecutionPlans()
public boolean canBeCached()
public OExecutionStep copy(OCommandContext ctx)
Copyright © 2009–2025 OrientDB. All rights reserved.