| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.api.graphs | |
| com.baidu.hugegraph.driver | |
| com.baidu.hugegraph.structure.constant |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphMode |
GraphsAPI.mode(String graph) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GraphsAPI.mode(String graph,
GraphMode mode) |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphMode |
GraphsManager.mode(String graph) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GraphsManager.mode(String graph,
GraphMode mode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GraphMode |
GraphMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GraphMode[] |
GraphMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All rights reserved.