d7c0a08a1c077752918a8cf1b4f1900ce2721899
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testMoves() : void renamed to public test_020_Moves() : void in class org.apache.hadoop.fs.s3a.scale.AbstractITestS3AMetadataStoreScale | From | To | |
Rename Method public testPut() : void renamed to public test_010_Put() : void in class org.apache.hadoop.fs.s3a.scale.AbstractITestS3AMetadataStoreScale | From | To | |
Change Return Type | 1 | ||
Change Return Type void to int in method private processBatchWriteRequest(keysToDelete PrimaryKey[], itemsToPut Item[]) : int in class org.apache.hadoop.fs.s3a.s3guard.DynamoDBMetadataStore | From | To | |
Rename Attribute | 1 | ||
Rename Attribute dataAccessRetryPolicy : RetryPolicy to batchWriteRetryPolicy : RetryPolicy in class org.apache.hadoop.fs.s3a.s3guard.DynamoDBMetadataStore | From | To | |
Inline Variable | 1 | ||
Inline Variable maxRetries : int in method private initDataAccessRetries(config Configuration) : void from class org.apache.hadoop.fs.s3a.s3guard.DynamoDBMetadataStore | From | To | |
Extract Method | 2 | ||
Extract Method protected createThrottleRetryPolicy(conf Configuration) : RetryPolicy extracted from public S3ARetryPolicy(conf Configuration) in class org.apache.hadoop.fs.s3a.S3ARetryPolicy | From | To | |
Extract Method package bindToOwnerFilesystem(fs S3AFileSystem) : void extracted from public initialize(fs FileSystem) : void in class org.apache.hadoop.fs.s3a.s3guard.DynamoDBMetadataStore | From | To |