You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Francke (JIRA)" <ji...@apache.org> on 2010/09/04 19:26:32 UTC

[jira] Updated: (HBASE-2962) Add missing methods to HTableInterface (and HTable)

     [ https://issues.apache.org/jira/browse/HBASE-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Francke updated HBASE-2962:
--------------------------------

    Fix Version/s: 0.90.0

> Add missing methods to HTableInterface (and HTable)
> ---------------------------------------------------
>
>                 Key: HBASE-2962
>                 URL: https://issues.apache.org/jira/browse/HBASE-2962
>             Project: HBase
>          Issue Type: Bug
>          Components: client
>            Reporter: Lars Francke
>             Fix For: 0.90.0
>
>
> HBASE-1845 added two new methods in HTable (batch). Those need to be in HTableInterface as well.
> And in HTable we have:
> * put(Put)
> * put(List<Put>)
> * delete(Delete)
> * delete(List<Delete>)
> * get(Get)
> Shouldn't we add a get(List<Get>) as well for consistency?
> Others that are missing:
> * getRegionLocation
> * getScannerCaching / setgetScannerCaching
> * getStartKeys / getEndKeys / getStartEndKeys
> * getRegionsInfo
> * setAutoFlush
> * getWriteBufferSize / setWriteBufferSize
> * getWriteBuffer
> * prewarmRegionCache
> * serializeRegionInfo / deserializeRegionInfo
> For some of those it might not make sense to add them. I'm just listing them all.
> The patch is trivial once we've decided which to add, I'll prepare one for batch & get.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.