AbstractChannelizer |
A base implementation for the Channelizer which does a basic configuration of the pipeline, one that
is generally common to virtually any Gremlin Server operation (i.e.
|
Context |
The context of Gremlin Server within which a particular request is made.
|
GremlinServer |
Start and stop Gremlin Server.
|
KdcFixture |
This class is derived from the following classes from https://github.com/apache/directory-kerby/blob/kerby-all-1.0.0-RC2:
- org.apache.kerby.kerberos.kerb.server.TestKdcServer
- org.apache.kerby.kerberos.kerb.server.KdcTestBase
- org.apache.kerby.kerberos.kerb.server.LoginTestBase
See also: gremlin-server/src/main/static/NOTICE
|
Settings |
Server settings as configured by a YAML file.
|
Settings.AuthenticationSettings |
|
Settings.AuthorizationSettings |
|
Settings.BaseMetrics |
|
Settings.ConsoleReporterMetrics |
Settings for a Metrics reporter that writes to the console.
|
Settings.CsvReporterMetrics |
Settings for a Metrics reporter that writes to a CSV file.
|
Settings.GangliaReporterMetrics |
Settings for a Metrics reporter that writes to Ganglia.
|
Settings.GraphiteReporterMetrics |
Settings for a Metrics reporter that writes to Graphite.
|
Settings.HostPortIntervalMetrics |
|
Settings.IntervalMetrics |
|
Settings.JmxReporterMetrics |
Settings for a Metrics reporter that writes to JMX.
|
Settings.ProcessorSettings |
Custom configurations for any OpProcessor implementations.
|
Settings.ScriptEngineSettings |
Settings for the ScriptEngine .
|
Settings.SerializerSettings |
|
Settings.ServerMetrics |
Settings for Metrics recorded by Gremlin Server.
|
Settings.Slf4jReporterMetrics |
Settings for a Metrics reporter that writes to the SL4J output.
|
Settings.SslSettings |
Settings to configure SSL support.
|