bff7c90a5686de106ca7a866982412c5dfa01632
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type threadPoolExecutor : ThreadPoolExecutor to threadPoolExecutor : ExecutorService in method public S3AFastOutputStream(client AmazonS3Client, fs S3AFileSystem, bucket String, key String, progress Progressable, statistics FileSystem.Statistics, cannedACL CannedAccessControlList, serverSideEncryptionAlgorithm String, partSize long, multiPartThreshold long, threadPoolExecutor ExecutorService) in class org.apache.hadoop.fs.s3a.S3AFastOutputStream | From | To | |
Move Method | 2 | ||
Move Method public getNamedThreadFactory(prefix String) : ThreadFactory from class org.apache.hadoop.fs.s3a.S3AFileSystem to public getNamedThreadFactory(prefix String) : ThreadFactory from class org.apache.hadoop.fs.s3a.BlockingThreadPoolExecutorService | From | To | |
Move Method private newDaemonThreadFactory(prefix String) : ThreadFactory from class org.apache.hadoop.fs.s3a.S3AFileSystem to private newDaemonThreadFactory(prefix String) : ThreadFactory from class org.apache.hadoop.fs.s3a.BlockingThreadPoolExecutorService | From | To | |
Rename Variable | 1 | ||
Rename Variable coreThreads : int to totalTasks : int in method public initialize(name URI, conf Configuration) : void in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.hadoop.fs.s3a.BlockingThreadPoolExecutorService from class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type threadPoolExecutor : ThreadPoolExecutor to threadPoolExecutor : ExecutorService in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To |