ListBlocks returns all blockIDs and compactedBlockIDs for a tenant.
(ctx context.Context, tenant string)
| 67 | List(ctx context.Context, keypath KeyPath) ([]string, error) |
| 68 | // ListBlocks returns all blockIDs and compactedBlockIDs for a tenant. |
| 69 | ListBlocks(ctx context.Context, tenant string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) |
| 70 | // Find executes the FindFunc for each object in the backend starting at the specified keypath. Collection of these objects is the callers responsibility. |
| 71 | Find(ctx context.Context, keypath KeyPath, f FindFunc) error |
| 72 | // Read is for streaming entire objects from the backend. There will be an attempt to retrieve this from cache if shouldCache is true. |
no outgoing calls