com.tinkerpop.rexster.gremlin
Class GremlinFactory

java.lang.Object
  extended by 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
           
 
Constructor Summary
GremlinFactory()
           
 
Method Summary
static ScriptEngine createGremlinScriptEngine(Map<String,Object> context)
           
protected  void ensureInitiated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initiated

protected static volatile boolean initiated
Constructor Detail

GremlinFactory

public GremlinFactory()
Method Detail

createGremlinScriptEngine

public static ScriptEngine createGremlinScriptEngine(Map<String,Object> context)

ensureInitiated

protected void ensureInitiated()


Copyright © 2009-2012. All Rights Reserved.