b59206190e6f773fc223bcb81774a09715551367
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract And Move Method | 2 | ||
Extract And Move Method public getThreadPoolExecutor(corePoolSize int, maxPoolSize int, keepAliveTimeSecs long, threadNamePrefix String, runRejectedExec boolean) : ThreadPoolExecutor extracted from private initializeStripedBlkReconstructionThreadPool(num int) : void in class org.apache.hadoop.hdfs.server.datanode.erasurecode.ErasureCodingWorker & moved to class org.apache.hadoop.hdfs.DFSUtilClient | From | To | |
Extract And Move Method public getThreadPoolExecutor(corePoolSize int, maxPoolSize int, keepAliveTimeSecs long, threadNamePrefix String, runRejectedExec boolean) : ThreadPoolExecutor extracted from private initThreadsNumForStripedReads(num int) : void in class org.apache.hadoop.hdfs.DFSClient & moved to class org.apache.hadoop.hdfs.DFSUtilClient | From | To | |
Rename Parameter | 2 | ||
Rename Parameter num : int to numThreads : int in method private initializeStripedBlkReconstructionThreadPool(numThreads int) : void in class org.apache.hadoop.hdfs.server.datanode.erasurecode.ErasureCodingWorker | From | To | |
Rename Parameter num : int to numThreads : int in method private initThreadsNumForStripedReads(numThreads int) : void in class org.apache.hadoop.hdfs.DFSClient | From | To |