| Interface | Description |
|---|---|
| CountStorage |
Stores a cache of counts so that we can know which
Types to shard when they have too many
instances. |
| IndexStorage |
Stores a list of indices and vertex ids representing those indices which need to be post processed
|
| Class | Description |
|---|---|
| CountPostProcessor |
Class responsible for updating the number of
Things each Type
currently has. |
| IndexPostProcessor |
Class responsible for merging duplicate
Attributes which may result from creating
Attributes in a concurrent environment |
| PostProcessingTask |
Class which facilitates running
PostProcessor jobs. |
| PostProcessor |
Simple helper class which contains
IndexPostProcessor and CountPostProcessor. |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.