Uses of Class
org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor
Packages that use ServerGremlinExecutor
-
Uses of ServerGremlinExecutor in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return ServerGremlinExecutorMethods in org.apache.tinkerpop.gremlin.server that return types with arguments of type ServerGremlinExecutorModifier and TypeMethodDescriptionGremlinServer.start()Start Gremlin Server withSettingsprovided to the constructor.Methods in org.apache.tinkerpop.gremlin.server with parameters of type ServerGremlinExecutorModifier and TypeMethodDescriptionvoidAbstractChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) voidChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) This method is called just after theChannelizeris initialized. -
Uses of ServerGremlinExecutor in org.apache.tinkerpop.gremlin.server.channel
Methods in org.apache.tinkerpop.gremlin.server.channel with parameters of type ServerGremlinExecutorModifier and TypeMethodDescriptionvoidHttpChannelizer.init(ServerGremlinExecutor serverGremlinExecutor)