You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2017/07/11 13:03:00 UTC

[jira] [Commented] (HBASE-18360) Support Table#flushCommits()

    [ https://issues.apache.org/jira/browse/HBASE-18360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082166#comment-16082166 ] 

Anoop Sam John commented on HBASE-18360:
----------------------------------------

Pl see BufferedMutator.  This is provided for the old way of asynchronous writes and flush.  You can see flush() API there.
{code}
<p>Used to communicate with a single HBase table similar to {@link Table} but meant for
 * batched, asynchronous puts
{code}

> Support Table#flushCommits()
> ----------------------------
>
>                 Key: HBASE-18360
>                 URL: https://issues.apache.org/jira/browse/HBASE-18360
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Biju Nair
>            Priority: Minor
>
> {{Table}} doesn't have {{flushCommits}} method to explicitly flush mutations which is required for certain scenarios. This was a method available to users when {{HTable}} was accessible to users. Can we add {{flushCommits}} to {{Table}}. I can provide a patch if there are no objections to include this method.



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