|
Change Return Type String to CompletableFuture<String> in method public getClusterId() : CompletableFuture<String> in class org.apache.hadoop.hbase.client.ZKAsyncRegistry |
From |
To |
|
Change Return Type AsyncConnection to CompletableFuture<AsyncConnection> in method public createAsyncConnection(conf Configuration, user User) : CompletableFuture<AsyncConnection> in class org.apache.hadoop.hbase.client.ConnectionFactory |
From |
To |
|
Change Return Type AsyncConnection to CompletableFuture<AsyncConnection> in method public createAsyncConnection(conf Configuration) : CompletableFuture<AsyncConnection> in class org.apache.hadoop.hbase.client.ConnectionFactory |
From |
To |
|
Change Return Type AsyncConnection to CompletableFuture<AsyncConnection> in method public createAsyncConnection() : CompletableFuture<AsyncConnection> in class org.apache.hadoop.hbase.client.ConnectionFactory |
From |
To |
|
Change Return Type String to CompletableFuture<String> in method public getClusterId() : CompletableFuture<String> in class org.apache.hadoop.hbase.client.AsyncRegistry |
From |
To |