| Package | Description |
|---|---|
| ai.grakn.factory |
Provides graph accessors for different backends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TxFactoryAbstract<Tx extends EmbeddedGraknTx<G>,G extends org.apache.tinkerpop.gremlin.structure.Graph>
Defines the abstract construction of
GraknTxs on top of Tinkerpop Graphs. |
class |
TxFactoryTinker
A
GraknTx on top of TinkerGraph |
| Modifier and Type | Method and Description |
|---|---|
TxFactory<?> |
GraknTxFactoryBuilder.getFactory(EmbeddedGraknSession session,
boolean isComputerFactory) |
abstract TxFactory<?> |
TxFactoryBuilder.getFactory(EmbeddedGraknSession session,
boolean isComputerFactory) |
protected static TxFactory<?> |
TxFactoryBuilder.newFactory(String factoryType,
EmbeddedGraknSession session) |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.