Uses of Package
org.apache.tinkerpop.gremlin.server.util
-
Packages that use org.apache.tinkerpop.gremlin.server.util Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.channel org.apache.tinkerpop.gremlin.server.util -
Classes in org.apache.tinkerpop.gremlin.server.util used by org.apache.tinkerpop.gremlin.server Class Description GremlinError Exception utility class that generates exceptions in the form expected in aResponseStatus
for different issues that the server can encounter.ServerGremlinExecutor The core of script execution in Gremlin Server. -
Classes in org.apache.tinkerpop.gremlin.server.util used by org.apache.tinkerpop.gremlin.server.channel Class Description ServerGremlinExecutor The core of script execution in Gremlin Server. -
Classes in org.apache.tinkerpop.gremlin.server.util used by org.apache.tinkerpop.gremlin.server.util Class Description DefaultGraphManager Holder forGraph
andTraversalSource
instances configured for the server to be passed to script engine bindings.GremlinError Exception utility class that generates exceptions in the form expected in aResponseStatus
for different issues that the server can encounter.LifeCycleHook Provides a method in which users can hook into the startup and shutdown lifecycle of Gremlin Server.LifeCycleHook.Context Contains objects from the server that might be useful to scripting during the startup and shutdown process.MetricManager Singleton that contains and configures Gremlin Server'sMetricRegistry
.