Uses of Class
org.apache.tinkerpop.gremlin.server.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as SettingsMethods in org.apache.tinkerpop.gremlin.server that return SettingsModifier and TypeMethodDescriptionContext.getSettings()Gets the current configuration of Gremlin Server.static SettingsSettings.read(InputStream stream) Read configuration from a file into a newSettingsobject.static SettingsRead configuration from a file into a newSettingsobject.Methods in org.apache.tinkerpop.gremlin.server with parameters of type SettingsModifier and TypeMethodDescriptionprotected AbstractAuthenticationHandlerAbstractChannelizer.createAuthenticationHandler(Settings settings) Constructors in org.apache.tinkerpop.gremlin.server with parameters of type SettingsModifierConstructorDescriptionContext(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService) GremlinServer(Settings settings) Construct a Gremlin Server instance fromSettings.GremlinServer(Settings settings, ExecutorService gremlinExecutorService) Construct a Gremlin Server instance fromSettingsandExecutorService. -
Uses of Settings in org.apache.tinkerpop.gremlin.server.handler
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type SettingsModifierConstructorDescriptionHttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings) HttpGremlinEndpointHandler(GremlinExecutor gremlinExecutor, GraphManager graphManager, Settings settings, TransactionManager transactionManager) -
Uses of Settings in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return SettingsConstructors in org.apache.tinkerpop.gremlin.server.util with parameters of type SettingsModifierConstructorDescriptionCheckedGraphManager(Settings settings) DefaultGraphManager(Settings settings) Create a new instance using theSettingsfrom Gremlin Server.ServerGremlinExecutor(Settings settings, ExecutorService gremlinExecutorService, ScheduledExecutorService scheduledExecutorService) Create a new object fromSettingswhere thread pools are externally assigned.