Class OInfoExecutionStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OInfoExecutionStep
- All Implemented Interfaces:
OExecutionStep
Created by luigidellaquila on 19/12/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCost()returns the absolute cost (in nanoseconds) of the execution of this stepgetName()getType()voidsetCost(long cost) voidsetDescription(String description) voidsetJavaType(String javaType) voidvoidsetTargetNode(String targetNode) voidtoResult()
-
Constructor Details
-
OInfoExecutionStep
public OInfoExecutionStep()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceOExecutionStep
-
getType
- Specified by:
getTypein interfaceOExecutionStep
-
getTargetNode
- Specified by:
getTargetNodein interfaceOExecutionStep
-
getDescription
- Specified by:
getDescriptionin interfaceOExecutionStep
-
getSubSteps
- Specified by:
getSubStepsin interfaceOExecutionStep
-
getCost
public long getCost()Description copied from interface:OExecutionStepreturns the absolute cost (in nanoseconds) of the execution of this step- Specified by:
getCostin interfaceOExecutionStep- Returns:
- the absolute cost (in nanoseconds) of the execution of this step, -1 if not calculated
-
toResult
- Specified by:
toResultin interfaceOExecutionStep
-
setName
-
setType
-
setTargetNode
-
setDescription
-
setCost
public void setCost(long cost) -
getJavaType
-
setJavaType
-