Skip to content

Conversation

@taddes
Copy link
Collaborator

@taddes taddes commented Nov 18, 2025

Description

Two methods that handle collection management are load_collection_names and map_collection_names. They are dependent on one another, so require implementation at the same time. These methods are then subsequently called for a number of our metrics to measure collection usage, timestamps, etc.

load_collection_names takes the collection identifiers and return a HashMap set correlating the collection name to id.

map_collection_names takes this HashMap and converts it, such that the key is the collection name with a generic value of type T, being the collection id.

Issue(s)

Closes STOR-410.

@taddes taddes self-assigned this Nov 18, 2025
@taddes taddes force-pushed the feat/load-and-map-collections-impl-STOR-410 branch from f6eb10b to f9eac07 Compare November 18, 2025 22:41
@taddes taddes changed the title [WIP] feat: impl for loading collection names returning hashmap [WIP] feat: load and map collections impl Nov 18, 2025
@taddes taddes changed the title [WIP] feat: load and map collections impl feat: load and map collections impl Nov 19, 2025
@taddes taddes marked this pull request as ready for review November 19, 2025 02:25
@taddes taddes requested review from chenba and pjenvey November 19, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants