46f204621dc3050c0452e7779f09e16d24d233c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type rpc : RpcCallable<V> to rpc : RpcCallable<V,C> in method protected retryRPC(rpc RpcCallable<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
Change Parameter Type client : AlluxioService.Client to client : BlockWorkerClientService.Client in method public releaseClient(client BlockWorkerClientService.Client) : void in class alluxio.client.block.RetryHandlingBlockWorkerClient | From | To | |
Change Parameter Type rpc : RpcCallableThrowsAlluxioTException<V> to rpc : RpcCallableThrowsAlluxioTException<V,C> in method protected retryRPC(rpc RpcCallableThrowsAlluxioTException<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
Change Parameter Type client : AlluxioService.Client to client : C in method private closeClient(client C) : void in class alluxio.AbstractThriftClient | From | To | |
Change Return Type | 2 | ||
Change Return Type AlluxioService.Client to BlockWorkerClientService.Client in method public acquireClient() : BlockWorkerClientService.Client in class alluxio.client.block.RetryHandlingBlockWorkerClient | From | To | |
Change Return Type AlluxioService.Client to C in method protected abstract acquireClient() : C in class alluxio.AbstractThriftClient | From | To | |
Rename Attribute | 4 | ||
Rename Attribute mGcThresholdInSecs : int to mGcThresholdMs : int in class alluxio.network.connection.NettyChannelPool | From | To | |
Rename Attribute USER_NETWORK_NETTY_CHANNEL_POOL_GC_THRESHOLD_SECS : String to USER_NETWORK_NETTY_CHANNEL_POOL_GC_THRESHOLD_MS : String in class alluxio.PropertyKey.Name | From | To | |
Rename Attribute USER_BLOCK_WORKER_CLIENT_POOL_GC_THRESHOLD_SECS : String to USER_BLOCK_WORKER_CLIENT_POOL_GC_THRESHOLD_MS : String in class alluxio.PropertyKey.Name | From | To | |
Rename Attribute mGcThresholdInSecs : int to mGcThresholdMs : int in class alluxio.network.connection.ThriftClientPool | From | To | |
Change Variable Type | 5 | ||
Change Variable Type client : AlluxioService.Client to client : BlockWorkerClientService.Client in method public requestSpace(blockId long, requestBytes long) : boolean in class alluxio.client.block.RetryHandlingBlockWorkerClient | From | To | |
Change Variable Type client : AlluxioService.Client to client : C in method protected retryRPC(rpc RpcCallableThrowsAlluxioTException<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
Change Variable Type client : AlluxioService.Client to client : BlockWorkerClientService.Client in method public promoteBlock(blockId long) : boolean in class alluxio.client.block.RetryHandlingBlockWorkerClient | From | To | |
Change Variable Type client : AlluxioService.Client to client : C in method protected retryRPC(rpc RpcCallable<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
Change Variable Type client : AlluxioService.Client to client : BlockWorkerClientService.Client in method public accessBlock(blockId long) : void in class alluxio.client.block.RetryHandlingBlockWorkerClient | From | To | |
Rename Parameter | 3 | ||
Rename Parameter gcThresholdInSecs : int to gcThresholdMs : int in method public BlockWorkerThriftClientPool(address InetSocketAddress, maxCapacity int, gcThresholdMs int) in class alluxio.client.block.BlockWorkerThriftClientPool | From | To | |
Rename Parameter gcThresholdInSecs : int to gcThresholdMs : int in method public NettyChannelPool(bootstrap Callable<Bootstrap>, maxCapacity int, gcThresholdMs int) in class alluxio.network.connection.NettyChannelPool | From | To | |
Rename Parameter gcThresholdInSecs : int to gcThresholdMs : int in method public ThriftClientPool(serviceName String, serviceVersion long, address InetSocketAddress, maxCapacity int, gcThresholdMs int) in class alluxio.network.connection.ThriftClientPool | From | To |