
public class FetchFromClustersExecutionStep extends AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
FetchFromClustersExecutionStep(int[] clusterIds,
OCommandContext ctx,
Boolean ridOrder,
boolean profilingEnabled)
iterates over a class and its subclasses
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deserialize(OResult fromResult) |
long |
getCost()
returns the absolute cost (in nanoseconds) of the execution of this step
|
List<OExecutionStep> |
getSubSteps() |
String |
prettyPrint(int depth,
int indent) |
void |
sendTimeout() |
OResult |
serialize() |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, canBeCached, copy, getDescription, getIndent, getName, getSubExecutionPlans, getTargetNode, getType, resettoResultpublic FetchFromClustersExecutionStep(int[] clusterIds,
OCommandContext ctx,
Boolean ridOrder,
boolean profilingEnabled)
clusterIds - the clustersctx - the query contextridOrder - true to sort by RID asc, false to sort by RID desc, null for no sort.public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic void sendTimeout()
sendTimeout in interface OExecutionStepInternalsendTimeout in class AbstractExecutionSteppublic void close()
close in interface OExecutionStepInternalclose in class AbstractExecutionSteppublic String prettyPrint(int depth, int indent)
public List<OExecutionStep> getSubSteps()
public long getCost()
OExecutionSteppublic OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2025 OrientDB. All rights reserved.