ClearBlock removes a block from the backend
(blockID uuid.UUID, tenantID string)
| 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 |
| 94 | CompactedBlockMeta(blockID uuid.UUID, tenantID string) (*CompactedBlockMeta, error) |
| 95 | } |
no outgoing calls