|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public appendReplicationPeerTableCFs(peerId String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.AsyncAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeReplicationPeerTableCFs(peerId String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public appendReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : void in class org.apache.hadoop.hbase.client.Admin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public appendReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : void in class org.apache.hadoop.hbase.client.HBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public appendReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : void in class org.apache.hadoop.hbase.client.Admin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public appendReplicationPeerTableCFs(peerId String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeReplicationPeerTableCFs(id String, tableCfs Map<TableName,List<String>>) : void in class org.apache.hadoop.hbase.client.HBaseAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeReplicationPeerTableCFs(peerId String, tableCfs Map<TableName,List<String>>) : CompletableFuture<Void> in class org.apache.hadoop.hbase.client.AsyncAdmin |
From |
To |
|
Change Parameter Type tableCfs : Map<TableName,? extends Collection<String>> to tableCfs : Map<TableName,List<String>> in method public removeTableCFsFromReplicationPeerConfig(tableCfs Map<TableName,List<String>>, peerConfig ReplicationPeerConfig, id String) : ReplicationPeerConfig in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil |
From |
To |