T - A vendor implementation of a Tinkerpop Graphpublic interface InternalFactory<T extends org.apache.tinkerpop.gremlin.structure.Graph>
Graph Building Interface
The interface used to build new graphs from different vendors. Adding new vendor support means implementing this interface.
| Modifier and Type | Method and Description |
|---|---|
T |
getTinkerPopGraph(boolean batchLoading) |
AbstractGraknGraph<T> |
open(GraknTxType txType) |
AbstractGraknGraph<T> open(GraknTxType txType)
txType - The type of transaction to open on the graphT getTinkerPopGraph(boolean batchLoading)
batchLoading - A flag which indicates if the graph has batch loading enabled or not.Copyright © 2017 Grakn Labs Ltd. All rights reserved.