Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Each Codec<T> corresponds to a specific type T. It is useful to add the following method to Codec. Then, the DB definition code be simplified; see HDDS-11557.
/** @return the class of the {@link T}. */ Class<T> getTypeClass();
Attachments
Issue Links
- is required by
-
HDDS-11557 Simplify DBColumnFamilyDefinition
- Resolved
- links to