|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RexsterApplication | |
---|---|
com.tinkerpop.rexster | |
com.tinkerpop.rexster.gremlin | |
com.tinkerpop.rexster.protocol | |
com.tinkerpop.rexster.protocol.filter | |
com.tinkerpop.rexster.servlet |
Uses of RexsterApplication in com.tinkerpop.rexster |
---|
Classes in com.tinkerpop.rexster that implement RexsterApplication | |
---|---|
class |
RexsterApplicationImpl
|
Methods in com.tinkerpop.rexster that return RexsterApplication | |
---|---|
protected RexsterApplication |
BaseResource.getRexsterApplication()
|
RexsterApplication |
WebServerRexsterApplicationProvider.getValue()
|
RexsterApplication |
WebServerRexsterApplicationProvider.getValue(com.sun.jersey.api.core.HttpContext c)
|
Constructors in com.tinkerpop.rexster with parameters of type RexsterApplication | |
---|---|
AbstractSubResource(RexsterApplication ra)
|
|
BaseResource(RexsterApplication rexsterApplication)
|
|
EdgeResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
|
GraphResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
|
IndexResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
|
KeyIndexResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
|
PrefixResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
|
RexsterResource(RexsterApplication ra)
|
|
RootResource(RexsterApplication ra)
|
|
VertexResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
|
Uses of RexsterApplication in com.tinkerpop.rexster.gremlin |
---|
Methods in com.tinkerpop.rexster.gremlin with parameters of type RexsterApplication | |
---|---|
protected static void |
GremlinSessions.ensureSessionExists(String sessionId,
String graphName,
RexsterApplication ra)
|
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. |
Constructors in com.tinkerpop.rexster.gremlin with parameters of type RexsterApplication | |
---|---|
GremlinSession(String graphName,
RexsterApplication ra)
|
Uses of RexsterApplication in com.tinkerpop.rexster.protocol |
---|
Methods in com.tinkerpop.rexster.protocol with parameters of type RexsterApplication | |
---|---|
static void |
RexProSessions.ensureSessionExists(String sessionKey,
RexsterApplication rexsterApplication,
byte sessionChannel,
int chunkSize)
|
Constructors in com.tinkerpop.rexster.protocol with parameters of type RexsterApplication | |
---|---|
RexProSession(String sessionKey,
RexsterApplication rexsterApplication,
byte channel,
int chunkSize)
|
Uses of RexsterApplication in com.tinkerpop.rexster.protocol.filter |
---|
Constructors in com.tinkerpop.rexster.protocol.filter with parameters of type RexsterApplication | |
---|---|
SessionFilter(RexsterApplication rexsterApplication)
|
Uses of RexsterApplication in com.tinkerpop.rexster.servlet |
---|
Constructors in com.tinkerpop.rexster.servlet with parameters of type RexsterApplication | |
---|---|
EvaluatorServlet(RexsterApplication rexsterApplication)
|
|
VisualizationServlet(RexsterApplication rexsterApplication)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |