| Modifier and Type | Class and Description |
|---|---|
class |
NebulaBatchOutputFormat<T,OptionsT extends ExecutionOptions> |
| Modifier and Type | Field and Description |
|---|---|
protected OptionsT |
NebulaBatchOutputFormat.executionOptions |
| 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 |
| 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 © 2024. All rights reserved.