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

Guanghao Zhang commented on HBASE-17443:
----------------------------------------

Yeah, now the new api return a table-cfs map and remove the custom keys.
{code}
   *  @return the replicated table-cfs map of this cluster as:
   *        <tableName, <family name, replicationType>>
Map<String, Map<String, Integer>> listReplicatedTableCFs() throws IOException;
{code}



> Move listReplicated/enableTableRep/disableTableRep methods from 
> ReplicationAdmin to Admin
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-17443
>                 URL: https://issues.apache.org/jira/browse/HBASE-17443
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>             Fix For: 2.0.0
>
>         Attachments: HBASE-17443-v1.patch, HBASE-17443-v2.patch, 
> HBASE-17443-v2.patch, HBASE-17443-v3.patch, HBASE-17443-v3.patch, 
> HBASE-17443-v4.patch, HBASE-17443-v5.patch
>
>
> We have moved other replication requests to Admin and mark ReplicationAdmin 
> as Deprecated, so listReplicated/enableTableRep/disableTableRep methods need 
> move to Admin, too.
> Review board: https://reviews.apache.org/r/55534/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to