| Package | Description |
|---|---|
| org.janusgraph.core.schema | |
| org.janusgraph.diskstorage.configuration | |
| org.janusgraph.graphdb.database.management |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JanusGraphManagement
The JanusGraphManagement interface provides methods to define, update, and inspect the schema of a JanusGraph graph.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphConfiguration |
JanusGraphConfiguration.remove(String path)
Remove the configuration option identified by the provided path.
|
JanusGraphConfiguration |
JanusGraphConfiguration.set(String path,
Object value)
Sets the configuration option identified by the provided path to the given value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserModifiableConfiguration
Helper class for inspecting and modifying a configuration for JanusGraph.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphConfiguration |
UserModifiableConfiguration.remove(String path) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementSystem |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphConfiguration |
ManagementSystem.remove(String path) |
JanusGraphConfiguration |
ManagementSystem.set(String path,
Object value) |
Copyright © 2012–2023. All rights reserved.