Uses of Class
org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor
-
Packages that use ServerGremlinExecutor Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.channel -
-
Uses of ServerGremlinExecutor in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return ServerGremlinExecutor Modifier and Type Method Description ServerGremlinExecutor
GremlinServer. getServerGremlinExecutor()
Methods in org.apache.tinkerpop.gremlin.server that return types with arguments of type ServerGremlinExecutor Modifier and Type Method Description CompletableFuture<ServerGremlinExecutor>
GremlinServer. start()
Start Gremlin Server withSettings
provided to the constructor.Methods in org.apache.tinkerpop.gremlin.server with parameters of type ServerGremlinExecutor Modifier and Type Method Description void
AbstractChannelizer. init(ServerGremlinExecutor serverGremlinExecutor)
void
Channelizer. init(ServerGremlinExecutor serverGremlinExecutor)
This method is called just after theChannelizer
is initialized. -
Uses of ServerGremlinExecutor in org.apache.tinkerpop.gremlin.server.channel
Methods in org.apache.tinkerpop.gremlin.server.channel with parameters of type ServerGremlinExecutor Modifier and Type Method Description void
HttpChannelizer. init(ServerGremlinExecutor serverGremlinExecutor)
-