MarkBlockCompacted marks a block as compacted. Call this after a block has been successfully compacted to a new block
(blockID uuid.UUID, tenantID string)
| 88 | type Compactor interface { |
| 89 | // MarkBlockCompacted marks a block as compacted. Call this after a block has been successfully compacted to a new block |
| 90 | MarkBlockCompacted(blockID uuid.UUID, tenantID string) error |
| 91 | // ClearBlock removes a block from the backend |
| 92 | ClearBlock(blockID uuid.UUID, tenantID string) error |
| 93 | // CompactedBlockMeta returns the compacted blockmeta given a block and tenant id |
no outgoing calls