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,
FailureHandlerEnum failureHandler,
int maxRetries,
int retryDelayMs) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeEnum |
getDataType() |
int |
getIdIndex() |
String |
getLabel() |
VertexExecutionOptions.ExecutionOptionBuilder |
toBuilder() |
getBatch, getBatchIntervalMs, getBatchSize, getEndTime, getExecuteStatement, getFailureHandler, getFields, getGraphSpace, getLimit, getMaxRetries, getPolicy, getPositions, getRetryDelayMs, 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, FailureHandlerEnum failureHandler, int maxRetries, int retryDelayMs)
public int getIdIndex()
public String getLabel()
getLabel in class ExecutionOptionspublic DataTypeEnum getDataType()
getDataType in class ExecutionOptionspublic VertexExecutionOptions.ExecutionOptionBuilder toBuilder()
Copyright © 2024. All rights reserved.