public interface IndexStorage
Stores a list of indices and vertex ids representing those indices which need to be post processed
| Modifier and Type | Method and Description |
|---|---|
void |
addIndex(ai.grakn.Keyspace keyspace,
String index,
Set<ai.grakn.concept.ConceptId> conceptIds)
Add an index to the list of indices which needs to be post processed
|
Set<ai.grakn.concept.ConceptId> |
popIds(ai.grakn.Keyspace keyspace,
String index)
Gets and removes all the ids which we need to post process
|
String |
popIndex(ai.grakn.Keyspace keyspace)
Gets and removes the next index to post process
|
void addIndex(ai.grakn.Keyspace keyspace,
String index,
Set<ai.grakn.concept.ConceptId> conceptIds)
@Nullable String popIndex(ai.grakn.Keyspace keyspace)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.