| Package | Description |
|---|---|
| ai.grakn | |
| ai.grakn.graph | |
| ai.grakn.graph.internal | |
| ai.grakn.migration.owl |
| Modifier and Type | Method and Description |
|---|---|
void |
GraknGraph.commit()
Validates and attempts to commit the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraknAdmin.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
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()
Commits the graph
|
void |
AbstractGraknGraph.commit(java.util.function.BiConsumer<Set<org.javatuples.Pair<String,ConceptId>>,Set<org.javatuples.Pair<String,ConceptId>>> conceptLogger) |
void |
AbstractGraknGraph.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
Commits the graph and adds concepts for post processing directly to the cache
|
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.