| Interface | Description |
|---|---|
| TxFactory<T extends org.apache.tinkerpop.gremlin.structure.Graph> |
Transaction Building Interface
|
| Class | Description |
|---|---|
| EmbeddedGraknSession |
Builds a
TxFactory. |
| GraknTxFactoryBuilder |
TxFactoryBuilder implementation used in Grakn core. |
| TxFactoryAbstract<Tx extends EmbeddedGraknTx<G>,G extends org.apache.tinkerpop.gremlin.structure.Graph> |
Defines the abstract construction of
GraknTxs on top of Tinkerpop Graphs. |
| TxFactoryBuilder |
Builds a
TxFactory |
| TxFactoryTinker |
A
GraknTx on top of TinkerGraph |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.