Plan returns a set of directories that can be compacted concurrently. The directories can be overlapping. Results returned when compactions are in progress are undefined.
(dir string)
| 56 | // The directories can be overlapping. |
| 57 | // Results returned when compactions are in progress are undefined. |
| 58 | Plan(dir string) ([]string, error) |
| 59 | |
| 60 | // Write persists one or more Blocks into a directory. |
| 61 | // No Block is written when resulting Block has 0 samples and returns an empty slice. |
no outgoing calls