You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/10/03 07:17:00 UTC

[jira] [Created] (HBASE-18927) Add the DataType which is subset of KeyValue#Type to CellBuilder for building cell

Chia-Ping Tsai created HBASE-18927:
--------------------------------------

             Summary: Add the DataType which is subset of KeyValue#Type to CellBuilder for building cell
                 Key: HBASE-18927
                 URL: https://issues.apache.org/jira/browse/HBASE-18927
             Project: HBase
          Issue Type: Task
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
             Fix For: 2.0.0-beta-1


All class we use to build own cell are shown below:
1) Cell -> IA.Public
2) CellBuilder -> IA.Public
3) CellBuilderFactory -> IA.Public
4) Put -> IA.Public
5) Put#add(Cell) -> IA.Public
*5) KeyValue#Type -> IA.Private*
That means that building the cell is on the unstable way.
see [dev list|https://lists.apache.org/thread.html/e2bd9d526412df337d92327d5339b7a43534b5f841f8319f3664e849@%3Cdev.hbase.apache.org%3E] for more information.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)