| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.nebula.connection | |
| org.apache.flink.connector.nebula.sink | |
| org.apache.flink.connector.nebula.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
VidTypeEnum |
NebulaMetaConnectionProvider.getVidType(com.vesoft.nebula.client.meta.MetaClient metaClient,
String space)
get Nebula Graph vid type
|
| 构造器和说明 |
|---|
NebulaBatchExecutor(ExecutionOptions executionOptions,
boolean isVertex,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaRowEdgeOutputFormatConverter(EdgeExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
NebulaRowVertexOutputFormatConverter(VertexExecutionOptions executionOptions,
VidTypeEnum vidType,
Map<String,Integer> schema) |
| 限定符和类型 | 方法和说明 |
|---|---|
static VidTypeEnum |
VidTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VidTypeEnum[] |
VidTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2021. All rights reserved.