|
Pull Up Method public testReplicaRead() : void from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public testReplicaRead() : void from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method public params() : List<Object[]> from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public params() : List<Object[]> from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method private getRawTable() : AsyncTable<?> from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to private getRawTable() : AsyncTable<?> from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method public testReadSpecificReplica() : void from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public testReadSpecificReplica() : void from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method private getTable() : AsyncTable<?> from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to private getTable() : AsyncTable<?> from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method public testNoReplicaRead() : void from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public testNoReplicaRead() : void from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method private getPrimaryGetCount() : int from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected getPrimaryGetCount() : int from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method private getSecondaryGetCount() : int from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected getSecondaryGetCount() : int from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method private allReplicasHaveRow() : boolean from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to private allReplicasHaveRow(row byte[]) : boolean from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Method public tearDownAfterClass() : void from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public tearDownAfterClass() : void from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncScanSingleRegionRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, scan Scan, scanMetrics ScanMetrics, scannerId long, resultCache ScanResultCache, consumer AdvancedScanResultConsumer, stub Interface, loc HRegionLocation, isRegionServerRemote boolean, scannerLeaseTimeoutPeriodNs long, pauseNs long, maxAttempts int, scanTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int) in class org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncSingleRequestRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, tableName TableName, row byte[], replicaId int, locateType RegionLocateType, callable Callable<T>, pauseNs long, maxAttempts int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int) in class org.apache.hadoop.hbase.client.AsyncSingleRequestRpcRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncAdminRequestRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, pauseNs long, maxAttempts int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int, serverName ServerName, callable Callable<T>) in class org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, pauseNs long, maxAttempts int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int) in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncServerRequestRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, pauseNs long, maxAttempts int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int, serverName ServerName, callable Callable<T>) in class org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncRpcRetryingCallerFactory(conn AsyncConnectionImpl, retryTimer Timer) in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncBatchRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, tableName TableName, actions List<? extends Row>, pauseNs long, maxAttempts int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int) in class org.apache.hadoop.hbase.client.AsyncBatchRpcRetryingCaller |
From |
To |
|
Change Parameter Type retryTimer : HashedWheelTimer to retryTimer : Timer in method public AsyncMasterRequestRpcRetryingCaller(retryTimer Timer, conn AsyncConnectionImpl, callable Callable<T>, pauseNs long, maxRetries int, operationTimeoutNs long, rpcTimeoutNs long, startLogErrorsCnt int) in class org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller |
From |
To |
|
Pull Up Attribute private FAMILY : byte[] from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected FAMILY : byte[] from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private FAIL_PRIMARY_GET : boolean from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected FAIL_PRIMARY_GET : boolean from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private QUALIFIER : byte[] from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected QUALIFIER : byte[] from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute public testName : TestName from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public testName : TestName from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute public getTable : Supplier<AsyncTable<?>> from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to public getTable : Supplier<AsyncTable<?>> from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private REPLICA_COUNT : int from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected REPLICA_COUNT : int from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private TEST_UTIL : HBaseTestingUtility from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected TEST_UTIL : HBaseTestingUtility from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private ROW : byte[] from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected ROW : byte[] from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private TABLE_NAME : TableName from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected TABLE_NAME : TableName from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private VALUE : byte[] from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected VALUE : byte[] from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private ASYNC_CONN : AsyncConnection from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected ASYNC_CONN : AsyncConnection from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |
|
Pull Up Attribute private REPLICA_ID_TO_COUNT : ConcurrentMap<Integer,AtomicInteger> from class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet to protected REPLICA_ID_TO_COUNT : ConcurrentMap<Integer,AtomicInteger> from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead |
From |
To |