| 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  Graphobjects 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)Deprecated. 
 As of release 3.2.8, replaced by  OpSelectorHandler.OpSelectorHandler(Settings, GraphManager, GremlinExecutor, ScheduledExecutorService, Channelizer) | 
| 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  | DefaultGraphManagerHolder for  GraphandTraversalSourceinstances configured for the server to be passed to script
 engine bindings. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphManager | ServerGremlinExecutor. getGraphManager() | 
| Constructor and Description | 
|---|
| ServerGremlinExecutor(Settings settings,
                     ExecutorService gremlinExecutorService,
                     T scheduledExecutorService,
                     Class<T> scheduleExecutorServiceClass,
                     GraphManager graphManager)Create a new object from  Settingswhere thread pools are externally assigned. | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.