|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tinkerpop.rexster.RexsterApplicationImpl
public class RexsterApplicationImpl
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
---|---|
RexsterApplicationImpl(String graphName,
com.tinkerpop.blueprints.Graph graph)
|
|
RexsterApplicationImpl(org.apache.commons.configuration.XMLConfiguration properties)
|
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 |
static String |
getVersion()
|
void |
stop()
Stop serving graphs. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.log4j.Logger logger
Constructor Detail |
---|
public RexsterApplicationImpl(String graphName, com.tinkerpop.blueprints.Graph graph)
public RexsterApplicationImpl(org.apache.commons.configuration.XMLConfiguration properties)
Method Detail |
---|
public static String getVersion()
public com.tinkerpop.blueprints.Graph getGraph(String graphName)
RexsterApplication
getGraph
in interface RexsterApplication
graphName
- the name of the graph to retrieve
public RexsterApplicationGraph getApplicationGraph(String graphName)
RexsterApplication
getApplicationGraph
in interface RexsterApplication
graphName
- the name of the application graph to retrieve
public Set<String> getGraphNames()
RexsterApplication
getGraphNames
in interface RexsterApplication
public long getStartTime()
RexsterApplication
getStartTime
in interface RexsterApplication
public void stop()
RexsterApplication
stop
in interface RexsterApplication
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |