Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server | |
org.apache.tinkerpop.gremlin.server.handler | |
org.apache.tinkerpop.gremlin.server.op | |
org.apache.tinkerpop.gremlin.server.util |
Modifier and Type | Field and Description |
---|---|
protected GraphManager |
AbstractChannelizer.graphManager |
Modifier and Type | Method and Description |
---|---|
GraphManager |
Context.getGraphManager()
Gets the set of
Graph objects configured in Gremlin Server. |
Constructor and Description |
---|
Context(RequestMessage requestMessage,
ChannelHandlerContext ctx,
Settings settings,
GraphManager graphManager,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService) |
Constructor and Description |
---|
HttpGremlinEndpointHandler(Map<String,MessageSerializer> serializers,
GremlinExecutor gremlinExecutor,
GraphManager graphManager,
Settings settings) |
OpExecutorHandler(Settings settings,
GraphManager graphManager,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService) |
OpSelectorHandler(Settings settings,
GraphManager graphManager,
GremlinExecutor gremlinExecutor,
ScheduledExecutorService scheduledExecutorService,
Channelizer channelizer) |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractOpProcessor.attemptCommit(RequestMessage msg,
GraphManager graphManager,
boolean strict) |
protected static void |
AbstractOpProcessor.attemptRollback(RequestMessage msg,
GraphManager graphManager,
boolean strict) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphManager
Holder for
Graph and TraversalSource instances configured for the server to be passed to script
engine bindings. |
Modifier and Type | Method and Description |
---|---|
GraphManager |
ServerGremlinExecutor.getGraphManager() |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.