Uses of Package
org.apache.tinkerpop.gremlin.server
-
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server Class Description Channelizer An interface that makes it possible to plugin different Netty pipelines to Gremlin Server, enabling the use of different protocols, mapper security and other such functions.Context The context of Gremlin Server within which a particular request is made.Context.RequestContentType The type of the request as determined by the contents ofTokens.ARGS_GREMLIN
.GraphManager TheGraphManager
interface allows for reference tracking of Graph references through aMap<String, Graph>
; the interface plugs into the lifeline of gremlin script executions, meaning that commit() and rollback() will be called on all graphs stored in the graph reference tracker at the end of the script executions; you may want to implement this interface if you want to define a custom graph instantiation/closing mechanism; note that the interface also defines similar features forTraversalSource
objects.OpProcessor Interface for providing commands that websocket requests will respond to.Settings Server settings as configured by a YAML file.Settings.AuthenticationSettings Settings for theAuthenticator
implementation.Settings.AuthorizationSettings Settings for theAuthenticator
implementation.Settings.BaseMetrics Settings.ConsoleReporterMetrics Settings for aMetrics
reporter that writes to the console.Settings.CsvReporterMetrics Settings for aMetrics
reporter that writes to a CSV file.Settings.GangliaReporterMetrics Settings for aMetrics
reporter that writes to Ganglia.Settings.GraphiteReporterMetrics Settings for aMetrics
reporter that writes to Graphite.Settings.HostPortIntervalMetrics Settings.IntervalMetrics Settings.JmxReporterMetrics Settings for aMetrics
reporter that writes to JMX.Settings.ProcessorSettings Custom configurations for anyOpProcessor
implementations.Settings.ScriptEngineSettings Settings for theScriptEngine
.Settings.SerializerSettings Settings for theMessageSerializer
implementations.Settings.ServerMetrics Settings forMetrics
recorded by Gremlin Server.Settings.Slf4jReporterMetrics Settings for aMetrics
reporter that writes to the SL4J output.Settings.SslSettings Settings to configure SSL support. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.channel Class Description AbstractChannelizer A base implementation for theChannelizer
which does a basic configuration of the pipeline, one that is generally common to virtually any Gremlin Server operation (i.e.Channelizer An interface that makes it possible to plugin different Netty pipelines to Gremlin Server, enabling the use of different protocols, mapper security and other such functions. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.handler Class Description Channelizer An interface that makes it possible to plugin different Netty pipelines to Gremlin Server, enabling the use of different protocols, mapper security and other such functions.Context The context of Gremlin Server within which a particular request is made.GraphManager TheGraphManager
interface allows for reference tracking of Graph references through aMap<String, Graph>
; the interface plugs into the lifeline of gremlin script executions, meaning that commit() and rollback() will be called on all graphs stored in the graph reference tracker at the end of the script executions; you may want to implement this interface if you want to define a custom graph instantiation/closing mechanism; note that the interface also defines similar features forTraversalSource
objects.Settings Server settings as configured by a YAML file. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.op Class Description Context The context of Gremlin Server within which a particular request is made.GraphManager TheGraphManager
interface allows for reference tracking of Graph references through aMap<String, Graph>
; the interface plugs into the lifeline of gremlin script executions, meaning that commit() and rollback() will be called on all graphs stored in the graph reference tracker at the end of the script executions; you may want to implement this interface if you want to define a custom graph instantiation/closing mechanism; note that the interface also defines similar features forTraversalSource
objects.OpProcessor Interface for providing commands that websocket requests will respond to.Settings Server settings as configured by a YAML file. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.op.session Class Description Context The context of Gremlin Server within which a particular request is made.OpProcessor Interface for providing commands that websocket requests will respond to.Settings Server settings as configured by a YAML file. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.op.standard Class Description Context The context of Gremlin Server within which a particular request is made.OpProcessor Interface for providing commands that websocket requests will respond to.Settings Server settings as configured by a YAML file. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.op.traversal Class Description Context The context of Gremlin Server within which a particular request is made.OpProcessor Interface for providing commands that websocket requests will respond to. -
Classes in org.apache.tinkerpop.gremlin.server used by org.apache.tinkerpop.gremlin.server.util Class Description GraphManager TheGraphManager
interface allows for reference tracking of Graph references through aMap<String, Graph>
; the interface plugs into the lifeline of gremlin script executions, meaning that commit() and rollback() will be called on all graphs stored in the graph reference tracker at the end of the script executions; you may want to implement this interface if you want to define a custom graph instantiation/closing mechanism; note that the interface also defines similar features forTraversalSource
objects.Settings Server settings as configured by a YAML file.