Tenants returns a list of all tenants in a backend
(ctx context.Context)
| 70 | ReadRange(ctx context.Context, name string, blockID uuid.UUID, tenantID string, offset uint64, buffer []byte, cacheInfo *CacheInfo) error |
| 71 | // Tenants returns a list of all tenants in a backend |
| 72 | Tenants(ctx context.Context) ([]string, error) |
| 73 | // Blocks returns the blockIDs, compactedBlockIDs and an error from the backend. |
| 74 | Blocks(ctx context.Context, tenantID string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) |
| 75 | // BlockMeta returns the blockmeta given a block and tenant id |
no outgoing calls