
public class OGremlinServerPlugin
extends com.orientechnologies.orient.server.plugin.OServerPluginAbstract
implements com.orientechnologies.orient.server.plugin.OServerPluginConfigurable, com.orientechnologies.orient.server.OServerLifecycleListener
| Modifier and Type | Field and Description |
|---|---|
protected OGraphConfig |
config |
protected org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor |
executor |
protected OrientGremlinGraphManager |
graphManager |
protected org.apache.tinkerpop.gremlin.server.GremlinServer |
gremlinServer |
protected com.orientechnologies.orient.server.OServer |
oServer |
| Constructor and Description |
|---|
OGremlinServerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeConfig(com.orientechnologies.orient.core.record.impl.ODocument document) |
void |
config(com.orientechnologies.orient.server.OServer oServer,
com.orientechnologies.orient.server.config.OServerParameterConfiguration[] iParams) |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfig() |
InputStream |
getGraphsConfig() |
String |
getName() |
InputStream |
getServerConfig() |
void |
installCustomGraph(org.apache.commons.configuration.BaseConfiguration configuration,
String graphName,
String traversalName) |
void |
onAfterActivate() |
void |
onAfterDeactivate() |
void |
onBeforeActivate() |
void |
onBeforeDeactivate() |
protected org.apache.tinkerpop.gremlin.server.GremlinServer gremlinServer
protected com.orientechnologies.orient.server.OServer oServer
protected OrientGremlinGraphManager graphManager
protected org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor executor
protected OGraphConfig config
public String getName()
getName in interface com.orientechnologies.common.util.OServicepublic void config(com.orientechnologies.orient.server.OServer oServer,
com.orientechnologies.orient.server.config.OServerParameterConfiguration[] iParams)
config in interface com.orientechnologies.orient.server.plugin.OServerPluginconfig in class com.orientechnologies.orient.server.plugin.OServerPluginAbstractpublic InputStream getServerConfig() throws FileNotFoundException
FileNotFoundExceptionpublic InputStream getGraphsConfig() throws FileNotFoundException
FileNotFoundExceptionpublic com.orientechnologies.orient.core.record.impl.ODocument getConfig()
getConfig in interface com.orientechnologies.orient.server.plugin.OServerPluginConfigurablepublic void changeConfig(com.orientechnologies.orient.core.record.impl.ODocument document)
changeConfig in interface com.orientechnologies.orient.server.plugin.OServerPluginConfigurablepublic void onBeforeActivate()
onBeforeActivate in interface com.orientechnologies.orient.server.OServerLifecycleListenerpublic void onAfterActivate()
onAfterActivate in interface com.orientechnologies.orient.server.OServerLifecycleListenerpublic void onBeforeDeactivate()
onBeforeDeactivate in interface com.orientechnologies.orient.server.OServerLifecycleListenerpublic void onAfterDeactivate()
onAfterDeactivate in interface com.orientechnologies.orient.server.OServerLifecycleListenerCopyright © 2009–2018 OrientDB. All rights reserved.