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,
int batch,
PolicyEnum policy,
WriteModeEnum mode,
String tag,
int idIndex,
int batchIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeEnum |
getDataType() |
int |
getIdIndex() |
String |
getLabel() |
VertexExecutionOptions.ExecutionOptionBuilder |
toBuilder() |
getBatch, getBatchIntervalMs, getBatchSize, 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, int batch, PolicyEnum policy, WriteModeEnum mode, String tag, int idIndex, int batchIntervalMs)
public int getIdIndex()
public String getLabel()
getLabel in class ExecutionOptionspublic DataTypeEnum getDataType()
getDataType in class ExecutionOptionspublic VertexExecutionOptions.ExecutionOptionBuilder toBuilder()
Copyright © 2023. All rights reserved.