Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server.handler |
Modifier and Type | Class and Description |
---|---|
class |
MultiTaskSession
A
Session implementation that queues tasks given to it and executes them in a serial fashion within the
same thread which thus allows multiple tasks to be executed in the same transaction. |
class |
SingleTaskSession
A simple
Session implementation that accepts one request, processes it and exits. |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.