You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Abhishek Khanna (Jira)" <ji...@apache.org> on 2020/11/05 19:56:00 UTC

[jira] [Created] (HBASE-25249) Adding HStoreContext

Abhishek Khanna created HBASE-25249:
---------------------------------------

             Summary: Adding HStoreContext
                 Key: HBASE-25249
                 URL: https://issues.apache.org/jira/browse/HBASE-25249
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.3.2
            Reporter: Abhishek Khanna


Adding HStoreContext which contains the metadata about the HStore. This meta data can be used across the HFileWriter/Readers and other HStore consumers without the need of passing around the complete store and exposing its internals. This is a refactoring change which cleans up the existing code so that the following commits can leverage the context for a more maintainable code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)