| Package | Description |
|---|---|
| org.apache.hugegraph.api.graphs | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.structure.constant |
| Modifier and Type | Method and Description |
|---|---|
GraphReadMode |
GraphsAPI.readMode(String graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphsAPI.readMode(String graph,
GraphReadMode readMode) |
| Modifier and Type | Method and Description |
|---|---|
GraphReadMode |
GraphsManager.readMode(String graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphsManager.readMode(String graph,
GraphReadMode readMode) |
| Modifier and Type | Method and Description |
|---|---|
static GraphReadMode |
GraphReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphReadMode[] |
GraphReadMode.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.