| Interface | Description |
|---|---|
| CompilerCustomizerProvider |
Provides a way to plugin Groovy
CompilationCustomizer implementations to the
GremlinGroovyScriptEngine. |
| ImportCustomizerProvider |
Allows customization of the imports used by the GremlinGroovyScriptEngine implementation.
|
| Class | Description |
|---|---|
| AbstractImportCustomizerProvider | |
| DefaultImportCustomizerProvider |
Grabs the standard Gremlin core classes and allows additional imports to be added.
|
| EmptyImportCustomizerProvider |
This
ImportCustomizerProvider is empty and comes with no pre-defined imports at all. |
| GroovyEnvironmentIntegrateSuite | Deprecated
As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement.
|
| GroovyEnvironmentPerformanceSuite | Deprecated
As of release 3.2.1, replaced by gremlin-benchmark.
|
| GroovyEnvironmentSuite | Deprecated
As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement.
|
| NoImportCustomizerProvider |
Provides no imports.
|
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.