Package com.arcadedb.query.sql.executor
Class CreateEdgesStep
- java.lang.Object
-
- com.arcadedb.query.sql.executor.AbstractExecutionStep
-
- com.arcadedb.query.sql.executor.CreateEdgesStep
-
- All Implemented Interfaces:
ExecutionStep
,ExecutionStepInternal
public class CreateEdgesStep extends AbstractExecutionStep
Created by luigidellaquila on 28/11/16.
-
-
Field Summary
-
Fields inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
context, cost, DEFAULT_FETCH_RECORDS_PER_PULL, prev, timedOut
-
-
Constructor Summary
Constructors Constructor Description CreateEdgesStep(Identifier targetClass, Identifier targetBucketName, String uniqueIndex, Identifier fromAlias, Identifier toAlias, boolean unidirectional, boolean ifNotExists, CommandContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeCached()
ExecutionStep
copy(CommandContext context)
protected void
loadNextFromTo()
String
prettyPrint(int depth, int indent)
ResultSet
syncPull(CommandContext context, int nRecords)
-
Methods inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
checkForPrevious, checkForPrevious, close, getContext, getCost, getCostFormatted, getPrev, isTimedOut, pullPrevious, sendTimeout, setPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arcadedb.query.sql.executor.ExecutionStep
toResult
-
Methods inherited from interface com.arcadedb.query.sql.executor.ExecutionStepInternal
getDescription, getName, getSubExecutionPlans, getSubSteps, getType, reset
-
-
-
-
Constructor Detail
-
CreateEdgesStep
public CreateEdgesStep(Identifier targetClass, Identifier targetBucketName, String uniqueIndex, Identifier fromAlias, Identifier toAlias, boolean unidirectional, boolean ifNotExists, CommandContext context)
-
-
Method Detail
-
syncPull
public ResultSet syncPull(CommandContext context, int nRecords) throws TimeoutException
- Throws:
TimeoutException
-
loadNextFromTo
protected void loadNextFromTo()
-
prettyPrint
public String prettyPrint(int depth, int indent)
-
canBeCached
public boolean canBeCached()
-
copy
public ExecutionStep copy(CommandContext context)
-
-