mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Today we have an abstraction Priority for representing priorities. Ideally, these values are a fixed set of constants with a well-defined ordering which sounds perfect for an enum. This commit changes Priority so that it is an enum instead of a class.