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

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

If a user would like to use the asynchronous puts (and flush at some stages) , 
he has to get the BufferedMutator instance and make use.
Pls see
Connection#getBufferedMutator(TableName tableName) 

> 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)

Reply via email to