| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server | |
| org.apache.tinkerpop.gremlin.server.handler | |
| org.apache.tinkerpop.gremlin.server.util | 
| Modifier and Type | Field and Description | 
|---|---|
protected Settings | 
AbstractChannelizer.settings  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
Context.getSettings()
Gets the current configuration of Gremlin Server. 
 | 
static Settings | 
Settings.read(InputStream stream)
Read configuration from a file into a new  
Settings object. | 
static Settings | 
Settings.read(String file)
Read configuration from a file into a new  
Settings object. | 
| Constructor and Description | 
|---|
Context(RequestMessage requestMessage,
       ChannelHandlerContext ctx,
       Settings settings,
       GraphManager graphManager,
       GremlinExecutor gremlinExecutor,
       ScheduledExecutorService scheduledExecutorService)  | 
GraphManager(Settings settings)
Create a new instance using the  
Settings from Gremlin Server. | 
GremlinServer(Settings settings)
Construct a Gremlin Server instance from  
Settings. | 
| Constructor and Description | 
|---|
HttpGremlinEndpointHandler(Map<String,MessageSerializer> serializers,
                          GremlinExecutor gremlinExecutor,
                          GraphManager graphManager,
                          Settings settings)  | 
IteratorHandler(Settings settings)
Deprecated.  
  | 
OpExecutorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService)  | 
OpSelectorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService)  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
ServerGremlinExecutor.getSettings()  | 
| Constructor and Description | 
|---|
ServerGremlinExecutor(Settings settings,
                     Class<T> scheduleExecutorServiceClass)
Create a new object from  
Settings where thread pools are internally created. | 
ServerGremlinExecutor(Settings settings,
                     ExecutorService gremlinExecutorService,
                     T scheduledExecutorService,
                     Class<T> scheduleExecutorServiceClass)
Create a new object from  
Settings where thread pools are externally assigned. | 
ServerGremlinExecutor(Settings settings,
                     ExecutorService gremlinExecutorService,
                     T scheduledExecutorService,
                     Class<T> scheduleExecutorServiceClass,
                     GraphManager graphManager)
Create a new object from  
Settings where thread pools are externally assigned. | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.