public class VertexExecutionOptions extends ExecutionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
VertexExecutionOptions.ExecutionOptionBuilder |
| Constructor and Description |
|---|
VertexExecutionOptions(String graphSpace,
String executeStatement,
List<String> fields,
List<Integer> positions,
boolean noColumn,
int limit,
long startTime,
long endTime,
long batch,
PolicyEnum policy,
WriteModeEnum mode,
String tag,
int idIndex,
long batchIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeEnum |
getDataType() |
int |
getIdIndex() |
String |
getLabel() |
getBatch, getBatchIntervalMs, getEndTime, getExecuteStatement, getFields, getGraphSpace, getLimit, getPolicy, getPositions, getStartTime, getWriteMode, isNoColumn, toStringpublic VertexExecutionOptions(String graphSpace, String executeStatement, List<String> fields, List<Integer> positions, boolean noColumn, int limit, long startTime, long endTime, long batch, PolicyEnum policy, WriteModeEnum mode, String tag, int idIndex, long batchIntervalMs)
public int getIdIndex()
public String getLabel()
getLabel in class ExecutionOptionspublic DataTypeEnum getDataType()
getDataType in class ExecutionOptionsCopyright © 2022. All rights reserved.