|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.blueprints.GraphHolder
class GraphHolder extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static GraphHolder |
INSTANCE
|
private static Object[] |
LOCK
|
private Map |
graphs
|
| Constructor Summary | |
GraphHolder()
|
|
| Method Summary | |
|---|---|
void
|
disconnectGraph(String graphName)
|
com.tinkerpop.blueprints.Graph
|
fetchGraph(String graphName)
|
com.tinkerpop.blueprints.Graph
|
getGraph(String graphName = DEFAULT)
|
String[]
|
getGraphNames()
|
static GraphHolder
|
getInstance()
|
boolean
|
isGraphConnected(String graphName)
|
private com.tinkerpop.blueprints.Graph
|
retrieveGraph(String graphName)
|
void
|
setGraph(String graphName = DEFAULT, com.tinkerpop.blueprints.Graph graph)
|
private void
|
storeGraph(String graphName, com.tinkerpop.blueprints.Graph graph)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private static final GraphHolder INSTANCE
private static final Object[] LOCK
private final Map graphs
| Constructor Detail |
|---|
GraphHolder()
| Method Detail |
|---|
void disconnectGraph(String graphName)
com.tinkerpop.blueprints.Graph fetchGraph(String graphName)
com.tinkerpop.blueprints.Graph getGraph(String graphName = DEFAULT)
String[] getGraphNames()
static GraphHolder getInstance()
boolean isGraphConnected(String graphName)
private com.tinkerpop.blueprints.Graph retrieveGraph(String graphName)
void setGraph(String graphName = DEFAULT, com.tinkerpop.blueprints.Graph graph)
private void storeGraph(String graphName, com.tinkerpop.blueprints.Graph graph)
Groovy Documentation