public class EngineGraknTxFactory extends Object
Engine's internal GraknTx Factory
This internal factory is used to produce GraknTxs.
| Modifier and Type | Method and Description |
|---|---|
ai.grakn.engine.GraknConfig |
config() |
static EngineGraknTxFactory |
create(LockProvider lockProvider,
ai.grakn.engine.GraknConfig engineConfig,
ai.grakn.engine.KeyspaceStore keyspaceStore) |
ai.grakn.engine.KeyspaceStore |
keyspaceStore() |
void |
refreshConnections() |
EmbeddedGraknTx<?> |
tx(ai.grakn.Keyspace keyspace,
ai.grakn.GraknTxType type) |
public static EngineGraknTxFactory create(LockProvider lockProvider, ai.grakn.engine.GraknConfig engineConfig, ai.grakn.engine.KeyspaceStore keyspaceStore)
public void refreshConnections()
public EmbeddedGraknTx<?> tx(ai.grakn.Keyspace keyspace, ai.grakn.GraknTxType type)
public ai.grakn.engine.GraknConfig config()
public ai.grakn.engine.KeyspaceStore keyspaceStore()
Copyright © 2018 Grakn Labs Ltd. All rights reserved.