Tsz-wo Sze created HDDS-11556:
---------------------------------

             Summary: Add a getTypeClass method to Codec
                 Key: HDDS-11556
                 URL: https://issues.apache.org/jira/browse/HDDS-11556
             Project: Apache Ozone
          Issue Type: Improvement
          Components: db
            Reporter: Tsz-wo Sze
            Assignee: Tsz-wo Sze


Each Codec<T> corresponds to a specific type T.   It is useful to add the 
following method to Codec.
{code}
  /** @return the class of the {@link T}. */
  Class<T> getTypeClass();
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to