BlockMeta returns the blockmeta given a block and tenant id
(ctx context.Context, blockID uuid.UUID, tenantID string)
| 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 |
| 76 | BlockMeta(ctx context.Context, blockID uuid.UUID, tenantID string) (*BlockMeta, error) |
| 77 | // TenantIndex returns lists of all metas given a tenant |
| 78 | TenantIndex(ctx context.Context, tenantID string) (*TenantIndex, error) |
| 79 | // Find executes f for each object in the backend that matches the keypath. |
no outgoing calls