Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server | |
org.apache.tinkerpop.gremlin.server.channel |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ServerGremlinExecutor<EventLoopGroup>> |
GremlinServer.start()
Start Gremlin Server with
Settings provided to the constructor. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
Channelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
This method is called just after the
Channelizer is initialized. |
Constructor and Description |
---|
GremlinServer(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
Construct a Gremlin Server instance from the
ServerGremlinExecutor which internally carries some
pre-constructed objects used by the server as well as the Settings object itself. |
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
WebSocketChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
NioChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.