|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RexsterApplication
RexsterApplication is the class that Rexster's servlets all delegate to in order to actually retrieve or query graphs. A RexsterApplication owns all of the Graph instances that Rexster serves.
Users interested in embedding Rexster into their graph store may want provide a custom implementation of RexsterApplication that has logic to expose a Blueprints graph that delegates to the relevant internal graph representations of their graph store.
Method Summary | |
---|---|
RexsterApplicationGraph |
getApplicationGraph(String graphName)
Retrieve a specific application graph |
com.tinkerpop.blueprints.Graph |
getGraph(String graphName)
Retrieve the graph contained by the application graph with the given name |
Set<String> |
getGraphNames()
Retrieve the names of all graphs that we are serving |
long |
getStartTime()
Retrieve the time at which we started serving graphs |
void |
stop()
Stop serving graphs. |
Method Detail |
---|
com.tinkerpop.blueprints.Graph getGraph(String graphName)
graphName
- the name of the graph to retrieve
RexsterApplicationGraph getApplicationGraph(String graphName)
graphName
- the name of the application graph to retrieve
Set<String> getGraphNames()
long getStartTime()
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |