| 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  Settingsobject. | 
| static Settings | Settings. read(String file)Read configuration from a file into a new  Settingsobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractAuthenticationHandler | AbstractChannelizer. createAuthenticationHandler(Settings settings) | 
| default void | OpProcessor. init(Settings settings)Initialize the  OpProcessorwith settings from the server. | 
| Constructor and Description | 
|---|
| Context(RequestMessage requestMessage,
       io.netty.channel.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  SettingsandExecutorService. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Settings | SaslAuthenticationHandler. settings | 
| protected Settings | UnifiedHandler. settings | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Map<String,Object> | AbstractOpProcessor. generateResultMetaData(io.netty.channel.ChannelHandlerContext ctx,
                      RequestMessage msg,
                      ResponseStatusCode code,
                      Iterator itty,
                      Settings settings)Generates response result meta-data to put on a  ResponseMessage. | 
| protected Map<String,Object> | AbstractOpProcessor. generateStatusAttributes(io.netty.channel.ChannelHandlerContext ctx,
                        RequestMessage msg,
                        ResponseStatusCode code,
                        Iterator itty,
                        Settings settings)Generates response status meta-data to put on a  ResponseMessage. | 
| static void | OpLoader. init(Settings settings)Initialize the  OpLoaderwith 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 | 
|---|---|
| Settings | ServerGremlinExecutor. getSettings() | 
| Constructor and Description | 
|---|
| CheckedGraphManager(Settings settings) | 
| DefaultGraphManager(Settings settings)Create a new instance using the  Settingsfrom Gremlin Server. | 
| ServerGremlinExecutor(Settings settings,
                     ExecutorService gremlinExecutorService,
                     ScheduledExecutorService scheduledExecutorService)Create a new object from  Settingswhere thread pools are externally assigned. | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.