9f544d83b3443cf33f5890efdb956678847d445f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private createBlobStoreFromConfig(config Configuration) : BlobStore from class org.apache.flink.runtime.blob.BlobServer to public createBlobStore(configuration Configuration) : BlobStore from class org.apache.flink.runtime.highavailability.ZookeeperHaServices | From | To | |
Extract Method | 9 | ||
Extract Method public createBlobStore(configuration Configuration) : BlobStore extracted from public createBlobStore() : BlobStore in class org.apache.flink.runtime.highavailability.ZookeeperHaServices | From | To | |
Extract Method private testBlobFetchWithTooManyFailures(config Configuration) : void extracted from public testBlobFetchWithTooManyFailures() : void in class org.apache.flink.runtime.blob.BlobCacheRetriesTest | From | To | |
Extract Method private testBlobFetchRetries(config Configuration) : void extracted from public testBlobFetchRetries() : void in class org.apache.flink.runtime.blob.BlobCacheRetriesTest | From | To | |
Extract Method private cleanup(server BlobServer, client BlobClient) : void extracted from public testDeleteAll() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Extract Method private cleanup(server BlobServer, client BlobClient) : void extracted from public testDeleteFails() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Extract Method private cleanup(server BlobServer, client BlobClient) : void extracted from public testDeleteAlreadyDeletedByBlobKey() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Extract Method private cleanup(server BlobServer, client BlobClient) : void extracted from public testDeleteAlreadyDeletedByName() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Extract Method private uploadFileGetTest(config Configuration, cacheWorksWithoutServer boolean, cacheHasAccessToFs boolean) : void extracted from public testBlobCache() : void in class org.apache.flink.runtime.blob.BlobCacheSuccessTest | From | To | |
Extract Method private cleanup(server BlobServer, client BlobClient) : void extracted from public testDeleteSingle() : void in class org.apache.flink.runtime.blob.BlobServerDeleteTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter config : Configuration to configuration : Configuration in method public createBlobStore(configuration Configuration) : BlobStore in class org.apache.flink.runtime.highavailability.ZookeeperHaServices | From | To |