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

Packages that use GremlinSession
com.tinkerpop.rexster.gremlin   
 

Uses of GremlinSession in com.tinkerpop.rexster.gremlin
 

Fields in com.tinkerpop.rexster.gremlin with type parameters of type GremlinSession
protected static ConcurrentHashMap<String,GremlinSession> GremlinSessions.sessions
           
 

Methods in com.tinkerpop.rexster.gremlin that return GremlinSession
static GremlinSession GremlinSessions.findSessionByKey(String sessionKey)
           
static GremlinSession GremlinSessions.getSession(String sessionId, String graphName, RexsterApplication ra)
          Gets a GremlinSession for a given session identifier and graph name, creating a GremlinSession if one does not exist.
 



Copyright © 2009-2012. All Rights Reserved.