
public class OInfoExecutionStep extends Object implements OExecutionStep
| Constructor and Description |
|---|
OInfoExecutionStep() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCost()
returns the absolute cost (in nanoseconds) of the execution of this step
|
String |
getDescription() |
String |
getJavaType() |
String |
getName() |
List<OExecutionStep> |
getSubSteps() |
String |
getTargetNode() |
String |
getType() |
void |
setCost(long cost) |
void |
setDescription(String description) |
void |
setJavaType(String javaType) |
void |
setName(String name) |
void |
setTargetNode(String targetNode) |
void |
setType(String type) |
OResult |
toResult() |
public String getName()
getName in interface OExecutionSteppublic String getType()
getType in interface OExecutionSteppublic String getTargetNode()
getTargetNode in interface OExecutionSteppublic String getDescription()
getDescription in interface OExecutionSteppublic List<OExecutionStep> getSubSteps()
getSubSteps in interface OExecutionSteppublic long getCost()
OExecutionStepgetCost in interface OExecutionSteppublic OResult toResult()
toResult in interface OExecutionSteppublic void setName(String name)
public void setType(String type)
public void setTargetNode(String targetNode)
public void setDescription(String description)
public void setCost(long cost)
public String getJavaType()
public void setJavaType(String javaType)
Copyright © 2009–2025 OrientDB. All rights reserved.