Package org.apache.tinkerpop.gremlin.server.util
package org.apache.tinkerpop.gremlin.server.util
-
ClassDescriptionA
GraphManagerthat will prevent Gremlin Server from starting if all configured graphs fail.Holder forGraphandTraversalSourceinstances configured for the server to be passed to script engine bindings.This is a defaultTemporaryExceptionimplementation that server implementers could use if they wished to indicate retry operations to the client.Deprecated.Exception utility class that generates exceptions in the form expected in aResponseStatusfor different issues that the server can encounter.Command line installer for plugins to Gremlin Server.Provides a method in which users can hook into the startup and shutdown lifecycle of Gremlin Server.Contains objects from the server that might be useful to scripting during the startup and shutdown process.Singleton that contains and configures Gremlin Server'sMetricRegistry.The core of script execution in Gremlin Server.FileWatcher monitoring changes to SSL keyStore/trustStore files.A highly use-case specific serializer that only has context for HTTP where results simply need to be converted to string in a line by line fashion for text based returns.ALifeCycleHookthat loads TinkerFactory sample datasets into a graph during server startup.
ExceptionHelperingremlin-core