| Package | Description |
|---|---|
| org.apache.hugegraph.api.graphs | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.structure.constant |
| Modifier and Type | Method and Description |
|---|---|
GraphMode |
GraphsAPI.mode(String graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphsAPI.mode(String graph,
GraphMode mode) |
| Modifier and Type | Method and Description |
|---|---|
GraphMode |
GraphsManager.mode(String graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphsManager.mode(String graph,
GraphMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static GraphMode |
GraphMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMode[] |
GraphMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.