| Package | Description |
|---|---|
| org.apache.flink.connector.nebula.connection | |
| org.apache.flink.connector.nebula.sink | |
| org.apache.flink.connector.nebula.utils |
| Modifier and Type | Method and Description |
|---|---|
VidTypeEnum |
NebulaMetaConnectionProvider.getVidType(com.vesoft.nebula.client.meta.MetaClient metaClient,
String space)
get Nebula Graph vid type
|
| Constructor and Description |
|---|
NebulaEdgeBatchExecutor(EdgeExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaRowEdgeOutputFormatConverter(EdgeExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaRowVertexOutputFormatConverter(VertexExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaVertexBatchExecutor(VertexExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
| Modifier and Type | Method and Description |
|---|---|
static VidTypeEnum |
VidTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VidTypeEnum[] |
VidTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.