4605db369e4315f6d28e6c050acd3f3c6fbec45c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type Table<byte[],byte[]> to Table<String,S3SecretValue> in method public getS3SecretTable() : Table<String,S3SecretValue> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl | From | To | |
Change Return Type Table<byte[],byte[]> to Table<String,S3SecretValue> in method public getS3SecretTable() : Table<String,S3SecretValue> in class org.apache.hadoop.ozone.om.OMMetadataManager | From | To | |
Change Return Type Table<byte[],byte[]> to Table<String,String> in method public getS3Table() : Table<String,String> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl | From | To | |
Change Return Type Table<byte[],byte[]> to Table<String,String> in method public getS3Table() : Table<String,String> in class org.apache.hadoop.ozone.om.OMMetadataManager | From | To | |
Change Variable Type | 5 | ||
Change Variable Type map : byte[] to map : String in method public deleteS3Bucket(bucketName String) : void in class org.apache.hadoop.ozone.om.S3BucketManagerImpl | From | To | |
Change Variable Type mapping : byte[] to mapping : String in method public getOzoneBucketMapping(s3BucketName String) : String in class org.apache.hadoop.ozone.om.S3BucketManagerImpl | From | To | |
Change Variable Type s3Secret : byte[] to s3Secret : S3SecretValue in method public getS3UserSecretString(kerberosID String) : String in class org.apache.hadoop.ozone.om.S3SecretManagerImpl | From | To | |
Change Variable Type bucket : byte[] to bucket : String in method public createS3Bucket(userName String, bucketName String) : void in class org.apache.hadoop.ozone.om.S3BucketManagerImpl | From | To | |
Change Variable Type s3Secret : byte[] to s3Secret : S3SecretValue in method public getS3Secret(kerberosID String) : S3SecretValue in class org.apache.hadoop.ozone.om.S3SecretManagerImpl | From | To |