|
Replace Variable With Attribute curTimeout : int to operationTimeout : int in method protected createAsyncRequestFuture(tableName TableName, actions List<Action<Row>>, nonceGroup long, pool ExecutorService, callback Batch.Callback<Res>, results Object[], needResults boolean, callable CancellableRegionServerCallable, curTimeout int) : AsyncRequestFutureImpl<Res> in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncProcess |
From |
To |
|
Replace Variable With Attribute curTimeout : int to operationTimeout : int in method protected createAsyncRequestFuture(tableName TableName, actions List<Action<Row>>, nonceGroup long, pool ExecutorService, callback Batch.Callback<CResult>, results Object[], needResults boolean, callable CancellableRegionServerCallable, rpcTimeout int) : AsyncRequestFutureImpl<CResult> in class org.apache.hadoop.hbase.client.AsyncProcess |
From |
To |
|
Rename Parameter curTimeout : int to rpcTimeout : int in method public submitAll(pool ExecutorService, tableName TableName, rows List<? extends Row>, callback Batch.Callback<CResult>, results Object[], callable CancellableRegionServerCallable, rpcTimeout int) : AsyncRequestFuture in class org.apache.hadoop.hbase.client.AsyncProcess |
From |
To |
|
Rename Parameter timeout : int to rpcTimeout : int in method public batch(actions List<? extends Row>, results Object[], rpcTimeout int) : void in class org.apache.hadoop.hbase.client.HTable |
From |
To |
|
Rename Parameter timeout : int to operationTimeout : int in method public MyAsyncRequestFutureImpl(tableName TableName, actions List<Action<Row>>, nonceGroup long, pool ExecutorService, needResults boolean, results Object[], callback Batch.Callback, callable CancellableRegionServerCallable, operationTimeout int, rpcTimeout int, asyncProcess AsyncProcess) in class org.apache.hadoop.hbase.client.TestAsyncProcess.MyAsyncRequestFutureImpl |
From |
To |
|
Rename Parameter callTimeout : int to operationTimeout : int in method public call(operationTimeout int) : T in class org.apache.hadoop.hbase.client.CancellableRegionServerCallable |
From |
To |
|
Rename Parameter curTimeout : int to rpcTimeout : int in method protected createAsyncRequestFuture(tableName TableName, actions List<Action<Row>>, nonceGroup long, pool ExecutorService, callback Batch.Callback<CResult>, results Object[], needResults boolean, callable CancellableRegionServerCallable, rpcTimeout int) : AsyncRequestFutureImpl<CResult> in class org.apache.hadoop.hbase.client.AsyncProcess |
From |
To |