| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.server | |
| org.apache.tinkerpop.gremlin.server.channel | |
| org.apache.tinkerpop.gremlin.server.handler |
| Modifier and Type | Field and Description |
|---|---|
protected Graphs |
AbstractChannelizer.graphs |
| Modifier and Type | Method and Description |
|---|---|
Graphs |
Context.getGraphs()
Gets the set of
Graph objects configured in Gremlin Server. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChannelizer.init(Settings settings,
GremlinExecutor gremlinExecutor,
ExecutorService gremlinExecutorService,
Graphs graphs,
ScheduledExecutorService scheduledExecutorService) |
void |
Channelizer.init(Settings settings,
GremlinExecutor gremlinExecutor,
ExecutorService gremlinExecutorService,
Graphs graphs,
ScheduledExecutorService scheduledExecutorService)
This method is called just after the
Channelizer is initialized. |
| Constructor and Description |
|---|
Context(RequestMessage requestMessage,
ChannelHandlerContext ctx,
Settings settings,
Graphs graphs,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpChannelizer.init(Settings settings,
GremlinExecutor gremlinExecutor,
ExecutorService gremlinExecutorService,
Graphs graphs,
ScheduledExecutorService scheduledExecutorService) |
void |
NioChannelizer.init(Settings settings,
GremlinExecutor gremlinExecutor,
ExecutorService gremlinExecutorService,
Graphs graphs,
ScheduledExecutorService scheduledExecutorService) |
void |
WebSocketChannelizer.init(Settings settings,
GremlinExecutor gremlinExecutor,
ExecutorService gremlinExecutorService,
Graphs graphs,
ScheduledExecutorService scheduledExecutorService) |
| Constructor and Description |
|---|
OpExecutorHandler(Settings settings,
Graphs graphs,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService) |
OpSelectorHandler(Settings settings,
Graphs graphs,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.