Ready returns nil if the MetricStore is ready to be used (all files are opened and checkpoints have been restored). Otherwise, a non-nil error is returned.
()
| 65 | // are opened and checkpoints have been restored). Otherwise, a non-nil |
| 66 | // error is returned. |
| 67 | Ready() error |
| 68 | } |
| 69 | |
| 70 | // WriteRequest is a request to change the MetricStore, i.e. to process it, a |