| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
OpProcessor.init(Settings settings)
Initialize the  
OpProcessor with settings from the server. | 
| Constructor and Description | 
|---|
Context(RequestMessage requestMessage,
       ChannelHandlerContext ctx,
       Settings settings,
       GraphManager graphManager,
       GremlinExecutor gremlinExecutor,
       ScheduledExecutorService scheduledExecutorService)  | 
GremlinServer(Settings settings)
Construct a Gremlin Server instance from  
Settings. | 
GremlinServer(Settings settings,
             ExecutorService gremlinExecutorService)
Construct a Gremlin Server instance from  
Settings and ExecutorService. | 
| 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 | 
|---|---|
static void | 
OpLoader.init(Settings settings)
Initialize the  
OpLoader with server settings. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionOpProcessor.init(Settings settings)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StandardOpProcessor.init(Settings settings)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TraversalOpProcessor.init(Settings settings)  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
ServerGremlinExecutor.getSettings()  | 
| Constructor and Description | 
|---|
DefaultGraphManager(Settings settings)
Create a new instance using the  
Settings from Gremlin Server. | 
ServerGremlinExecutor(Settings settings,
                     ExecutorService gremlinExecutorService,
                     ScheduledExecutorService scheduledExecutorService)
Create a new object from  
Settings where thread pools are externally assigned. | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.