public class GremlinServer extends Object
Constructor and Description |
---|
GremlinServer(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static String |
getHeader() |
static void |
main(String[] args) |
CompletableFuture<Void> |
start()
Start Gremlin Server with
Settings provided to the constructor. |
CompletableFuture<Void> |
stop()
Stop Gremlin Server and free the port binding.
|
public GremlinServer(Settings settings)
public CompletableFuture<Void> start() throws Exception
Settings
provided to the constructor.Exception
public CompletableFuture<Void> stop()
CompletableFuture
.public static String getHeader()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.