| Package | Description |
|---|---|
| ai.grakn.graql.internal.reasoner.cache | |
| ai.grakn.graql.internal.reasoner.query |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyQueryCache<Q extends ReasonerQuery>
Lazy container class for storing performed query resolutions.
|
class |
QueryCache<Q extends ReasonerQuery>
Container class for storing performed query resolutions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.add(Cache<Q,T> c2)
cache union
|
void |
LazyQueryCache.remove(Cache<Q,LazyAnswerIterator> c2,
Set<Q> queries) |
void |
QueryCache.remove(Cache<Q,QueryAnswers> c2,
Set<Q> queries) |
void |
Cache.remove(Cache<Q,T> c2) |
abstract void |
Cache.remove(Cache<Q,T> c2,
Set<Q> queries)
cache subtraction of specified queries
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Answer> |
ReasonerAtomicQuery.lookup(Cache<ReasonerAtomicQuery,?> cache)
resolve the query by performing either a db or memory lookup, depending on which is more appropriate
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.