Uses of Class
com.tinkerpop.rexster.gremlin.GremlinEvaluationJob

Packages that use GremlinEvaluationJob
com.tinkerpop.rexster.gremlin   
 

Uses of GremlinEvaluationJob in com.tinkerpop.rexster.gremlin
 

Fields in com.tinkerpop.rexster.gremlin with type parameters of type GremlinEvaluationJob
protected  BlockingQueue<GremlinEvaluationJob> GremlinSession.jobQueue
          Commands waiting to be executed.
 

Methods in com.tinkerpop.rexster.gremlin that return GremlinEvaluationJob
 GremlinEvaluationJob GremlinSession.evaluate(String script)
          Take some gremlin script, evaluate it in the context of this gremlin session, and return the result.
 

Methods in com.tinkerpop.rexster.gremlin with parameters of type GremlinEvaluationJob
protected  Object GremlinSession.performEvaluation(GremlinEvaluationJob job)
          Internal evaluate implementation.
 



Copyright © 2009-2012. All Rights Reserved.