| Package | Description |
|---|---|
| ai.grakn |
A core package for connecting to a Grakn knowledge graph.
|
| ai.grakn.graph.admin | |
| ai.grakn.graph.internal |
Internal implementation of Grakn graph.
|
| ai.grakn.migration.owl |
Implements migration of OWL into Grakn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraknGraph.commit()
Commits any changes to the graph and closes the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraknAdmin.commit(ConceptCache conceptCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
void |
GraknAdmin.commitNoLogs()
Commits to the graph without submitting any commit logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraknGraph.commit() |
void |
AbstractGraknGraph.commit(java.util.function.BiConsumer<Set<org.javatuples.Pair<String,ConceptId>>,Set<org.javatuples.Pair<String,ConceptId>>> conceptLogger) |
void |
AbstractGraknGraph.commit(ConceptCache conceptCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
void |
AbstractGraknGraph.commitNoLogs()
Commits to the graph without submitting any commit logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLMigrator.migrate() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.