[
https://issues.apache.org/jira/browse/HBASE-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470870#comment-15470870
]
Ted Yu commented on HBASE-16505:
--------------------------------
{code}
+public class RegionOperationContext<T> {
{code}
Please add javadoc for RegionOperationContext.
{code}
+ public RegionOperationContext(RegionOperationContext context) {
+ this.deadline = context.deadline;
+ }
{code}
We don't need to inherit listeners ?
{code}
+ for(OperationListener<T> listener : listeners) {
{code}
nit: insert space between for and (.
{code}
+ * A OperationListener supporting getting result directly. Temporarily used
when AsyncRegion is
{code}
'A' -> 'An'
> Add AsyncRegion interface to pass deadline and support async operations
> -----------------------------------------------------------------------
>
> Key: HBASE-16505
> URL: https://issues.apache.org/jira/browse/HBASE-16505
> Project: HBase
> Issue Type: Sub-task
> Reporter: Phil Yang
> Assignee: Phil Yang
> Attachments: HBASE-16505-v1.patch, HBASE-16505-v2.patch,
> HBASE-16505-v3.patch, HBASE-16505-v4.patch, HBASE-16505-v5.patch,
> HBASE-16505-v6.patch, HBASE-16505-v7.patch, HBASE-16505-v8.patch
>
>
> If we want to know the correct setting of timeout in read/write path, we need
> add a new parameter in operation-methods of Region.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)