public class JanusGraphServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MANIFEST_JANUSGRAPH_VERSION_ATTRIBUTE |
static String |
MANIFEST_TINKERPOP_VERSION_ATTRIBUTE |
| Constructor and Description |
|---|
JanusGraphServer(String file) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.server.GremlinServer |
getGremlinServer() |
JanusGraphSettings |
getJanusGraphSettings() |
static void |
main(String[] args) |
CompletableFuture<Void> |
start() |
CompletableFuture<Void> |
stop() |
public static final String MANIFEST_JANUSGRAPH_VERSION_ATTRIBUTE
public static final String MANIFEST_TINKERPOP_VERSION_ATTRIBUTE
public JanusGraphServer(String file)
public static void main(String[] args)
public org.apache.tinkerpop.gremlin.server.GremlinServer getGremlinServer()
public JanusGraphSettings getJanusGraphSettings()
public CompletableFuture<Void> start()
public CompletableFuture<Void> stop()
Copyright © 2012–2023. All rights reserved.