| Package | Description |
|---|---|
| ai.grakn.engine.cache | |
| ai.grakn.graph.admin | |
| ai.grakn.graph.internal |
Internal implementation of Grakn graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EngineCacheDistributed
Engine's internal Concept ID cache
|
class |
EngineCacheStandAlone
Engine's internal Concept ID cache
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptCache |
EngineCacheProvider.getCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EngineCacheProvider.init(ConceptCache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraknAdmin.clear(ConceptCache conceptCache)
Clears the graph and empties the provided cache.
|
void |
GraknAdmin.commit(ConceptCache conceptCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraknGraph.clear(ConceptCache conceptCache) |
void |
AbstractGraknGraph.commit(ConceptCache conceptCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.