[ https://issues.apache.org/jira/browse/HBASE-18519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115946#comment-16115946 ]
Ted Yu commented on HBASE-18519: -------------------------------- {code} 29 public static CellBuilder newBuilder() { 30 return ExtendedCellBuilder.newBuilder(); 31 } {code} It would be better if the above method is moved out of CellBuilder since CellBuilder is an interface which should not be tied with implementation. > Use zero-copy cell to optimize CellUtil.createCell > -------------------------------------------------- > > Key: HBASE-18519 > URL: https://issues.apache.org/jira/browse/HBASE-18519 > Project: HBase > Issue Type: Improvement > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Fix For: 3.0.0, 2.0.0-alpha-2 > > Attachments: HBASE-18519.v0.patch > > > The IndividualBytesFieldCell, which is introduced by HBASE-14882, carries the > input arguments without copying. We can substitute IndividualBytesFieldCell > for KeyValue used by CellUtil.createCell. -- This message was sent by Atlassian JIRA (v6.4.14#64029)