com.tinkerpop.rexster.gremlin
Class GremlinFactory
java.lang.Object
com.tinkerpop.rexster.gremlin.GremlinFactory
public class GremlinFactory
- extends Object
Builds Gremlin evaluators.
Credit to Neo Technology (http://neotechnology.com/) for most of the code related to the
Gremlin in Rexster. Specifically, this code was borrowed from
https://github.com/neo4j/webadmin and re-purposed for Rexster's needs.
Original author Jacob Hansson
Field Summary |
protected static boolean |
initiated
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initiated
protected static volatile boolean initiated
GremlinFactory
public GremlinFactory()
createGremlinScriptEngine
public static ScriptEngine createGremlinScriptEngine(Map<String,Object> context)
ensureInitiated
protected void ensureInitiated()
Copyright © 2009-2012. All Rights Reserved.