public class MindmapsTitanHadoopInternalFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
config |
protected String |
engineUrl |
protected G |
graph |
protected String |
keyspace |
protected M |
mindmapsGraph |
| Modifier and Type | Method and Description |
|---|---|
M |
getGraph(boolean batchLoading) |
protected M |
getGraph(M mindmapsGraph,
G graph,
boolean batchLoading) |
G |
getTinkerPopGraph(boolean batchLoading) |
protected G |
getTinkerPopGraph(G graph) |
protected final String keyspace
protected final String engineUrl
protected final String config
protected M extends AbstractMindmapsGraph<G> mindmapsGraph
protected G extends org.apache.tinkerpop.gremlin.structure.Graph graph
public M getGraph(boolean batchLoading)
batchLoading - A flag which indicates if the graph has batch loading enabled or not.protected M getGraph(M mindmapsGraph,
G graph,
boolean batchLoading)
public G getTinkerPopGraph(boolean batchLoading)
batchLoading - A flag which indicates if the graph has batch loading enabled or not.protected G getTinkerPopGraph(G graph)
Copyright © 2016. All rights reserved.