|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |