| Modifier and Type | Field and Description |
|---|---|
protected ExecutionOptions |
NebulaBatchExecutor.executionOptions |
protected ExecutionOptions |
NebulaBatchOutputFormat.executionOptions |
| Modifier and Type | Method and Description |
|---|---|
NebulaBatchOutputFormat<T> |
NebulaBatchOutputFormat.setExecutionOptions(ExecutionOptions executionOptions) |
| Constructor and Description |
|---|
NebulaBatchExecutor(ExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaEdgeBatchExecutor(ExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaEdgeTableBatchExecutor(ExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema,
org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter dataStructureConverter) |
NebulaVertexBatchExecutor(ExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaVertexTableBatchExecutor(ExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema,
org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter converter) |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionOptions |
NebulaInputFormat.executionOptions |
| Modifier and Type | Method and Description |
|---|---|
NebulaSourceFunction |
NebulaSourceFunction.setExecutionOptions(ExecutionOptions executionOptions) |
NebulaInputFormat<T> |
NebulaInputFormat.setExecutionOptions(ExecutionOptions executionOptions) |
| Constructor and Description |
|---|
NebulaEdgeSource(com.vesoft.nebula.client.storage.StorageClient storageClient,
ExecutionOptions executionOptions,
List<Integer> scanParts) |
NebulaInputFormat(NebulaStorageConnectionProvider storageConnectionProvider,
ExecutionOptions executionOptions) |
NebulaInputRowFormat(NebulaStorageConnectionProvider storageConnectionProvider,
ExecutionOptions executionOptions) |
NebulaInputTableRowFormat(NebulaStorageConnectionProvider storageConnectionProvider,
ExecutionOptions executionOptions) |
NebulaVertexSource(com.vesoft.nebula.client.storage.StorageClient storageClient,
ExecutionOptions executionOptions,
List<Integer> scanParts) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeExecutionOptions |
class |
VertexExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
ExecutionOptions |
VertexExecutionOptions.ExecutionOptionBuilder.builder() |
ExecutionOptions |
EdgeExecutionOptions.ExecutionOptionBuilder.builder() |
| Constructor and Description |
|---|
NebulaDynamicTableSink(NebulaClientOptions clientOptions,
ExecutionOptions executionOptions,
org.apache.flink.table.types.DataType producedDataType) |
NebulaDynamicTableSource(NebulaClientOptions nebulaClientOptions,
ExecutionOptions executionOptions,
org.apache.flink.table.api.TableSchema tableSchema) |
NebulaRowDataInputFormat(NebulaStorageConnectionProvider storageConnectionProvider,
ExecutionOptions executionOptions,
org.apache.flink.table.types.logical.LogicalType[] logicalTypes) |
Copyright © 2022. All rights reserved.