| Package | Description |
|---|---|
| ai.grakn |
A core package for connecting to a Grakn knowledge graph.
|
| ai.grakn.engine.factory | |
| ai.grakn.factory |
Provides graph accessors for different backends.
|
| ai.grakn.graph.internal |
Internal implementation of Grakn graph.
|
| Modifier and Type | Method and Description |
|---|---|
static GraknTxType |
GraknTxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraknTxType[] |
GraknTxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraknGraph |
GraknSession.open(GraknTxType transactionType)
Gets a new transaction bound to the keyspace of this Session.
|
| Modifier and Type | Method and Description |
|---|---|
GraknGraph |
EngineGraknGraphFactory.getGraph(String keyspace,
GraknTxType type) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGraknGraph<T> |
InternalFactory.open(GraknTxType txType) |
GraknGraph |
GraknSessionImpl.open(GraknTxType transactionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraknTitanGraph.openTransaction(GraknTxType txType) |
void |
AbstractGraknGraph.openTransaction(GraknTxType txType)
Opens the thread bound transaction
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.