Modifier and Type | Method and Description |
---|---|
void |
GiraphGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor)
Called after the
AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and
AbstractGremlinPlugin.shell member variables. |
void |
SugarGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor)
Called after the
AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and
AbstractGremlinPlugin.shell member variables. |
void |
GremlinPlugin.pluginTo(PluginAcceptor pluginAcceptor)
Implementers will typically execute imports of classes within their project that they want available in the
console or they may use meta programming to introduce new extensions to the Gremlin.
|
void |
AbstractGremlinPlugin.pluginTo(PluginAcceptor pluginAcceptor)
Implementers will typically execute imports of classes within their project that they want available in the
console or they may use meta programming to introduce new extensions to the Gremlin.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialGraphGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor)
Called after the
AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and
AbstractGremlinPlugin.shell member variables. |
Modifier and Type | Method and Description |
---|---|
void |
HadoopGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor) |
Modifier and Type | Method and Description |
---|---|
void |
Neo4jGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor) |
void |
Neo4jGremlinPlugin.pluginTo(PluginAcceptor pluginAcceptor) |
Modifier and Type | Method and Description |
---|---|
void |
SparkGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor) |
Modifier and Type | Method and Description |
---|---|
void |
TinkerGraphGremlinPlugin.afterPluginTo(PluginAcceptor pluginAcceptor) |
void |
TinkerGraphGremlinPlugin.pluginTo(PluginAcceptor pluginAcceptor) |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.