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