Modifier and Type | Class and Description |
---|---|
class |
GiraphGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
GiraphGremlinPlugin . |
Modifier and Type | Method and Description |
---|---|
List<GremlinPlugin> |
ScriptEngines.use(String group,
String artifact,
String version)
Deprecated.
Pull in dependencies given some Maven coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptEngines.loadPlugins(List<GremlinPlugin> plugins)
Deprecated.
For each
DependencyManager try to load the specified plugins. |
Modifier and Type | Method and Description |
---|---|
List<GremlinPlugin> |
GremlinGroovyScriptEngine.use(String group,
String artifact,
String version)
Take maven coordinates and load the classes into the classloader used by the ScriptEngine.
|
List<GremlinPlugin> |
DependencyManager.use(String group,
String artifact,
String version)
Deprecated.
Take maven coordinates and load the classes into the classloader used by the ScriptEngine.
|
Modifier and Type | Method and Description |
---|---|
void |
GremlinGroovyScriptEngine.loadPlugins(List<GremlinPlugin> plugins)
Load a list of
GremlinPlugin instances. |
void |
DependencyManager.loadPlugins(List<GremlinPlugin> plugins)
Deprecated.
Load a list of
GremlinPlugin instances. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
AbstractGremlinPlugin . |
class |
SugarGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
SugarGremlinPlugin . |
Constructor and Description |
---|
IllegalEnvironmentException(GremlinPlugin plugin,
String... expectedKeys)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialGraphGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
CredentialGraphGremlinPlugin . |
Modifier and Type | Class and Description |
---|---|
class |
HadoopGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
HadoopGremlinPlugin . |
Modifier and Type | Class and Description |
---|---|
class |
Neo4jGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
Neo4jGremlinPlugin . |
Modifier and Type | Class and Description |
---|---|
class |
SparkGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
SparkGremlinPlugin . |
Modifier and Type | Class and Description |
---|---|
class |
TinkerGraphGremlinPlugin
Deprecated.
As of release 3.2.4, replaced by
TinkerGraphGremlinPlugin . |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.