88b0f2ac3fd788932d7f434ca57ba3718c3fa621
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 53
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public cleanUp() : void renamed to public closeAndCleanupAllData() : void in class org.apache.flink.runtime.blob.FileSystemBlobStore | From | To | |
Rename Method public shutdown() : void renamed to public close() : void in class org.apache.flink.runtime.blob.BlobServer | From | To | |
Rename Method public shutdown() : void renamed to public close() : void in class org.apache.flink.runtime.blob.BlobCache | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public createBlobStore(configuration Configuration) : BlobStore from class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperHaServices to private createFileSystemBlobStore(configuration Configuration) : BlobStoreService from class org.apache.flink.runtime.blob.BlobUtils | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type leaderRetrievalService : LeaderRetrievalService to highAvailabilityServices : HighAvailabilityServices in method public startWebRuntimeMonitor(config Configuration, highAvailabilityServices HighAvailabilityServices, actorSystem ActorSystem) : WebMonitor in class org.apache.flink.runtime.webmonitor.WebMonitorUtils | From | To | |
Change Parameter Type blobStore : BlobStore to blobView : BlobView in method public BlobCache(serverAddress InetSocketAddress, blobClientConfig Configuration, blobView BlobView) in class org.apache.flink.runtime.blob.BlobCache | From | To | |
Change Return Type | 2 | ||
Change Return Type BlobStore to BlobStoreService in method public createBlobStoreFromConfig(config Configuration) : BlobStoreService in class org.apache.flink.runtime.blob.BlobUtils | From | To | |
Change Return Type BlobStore to BlobStoreService in method private createFileSystemBlobStore(configuration Configuration) : BlobStoreService in class org.apache.flink.runtime.blob.BlobUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute blobStore : BlobStore to blobView : BlobView in class org.apache.flink.runtime.blob.BlobCache | From | To | |
Extract Variable | 1 | ||
Extract Variable highAvailabilityServices : HighAvailabilityServices in method private startWebRuntimeMonitor(flink TestingCluster) : WebRuntimeMonitor from class org.apache.flink.runtime.webmonitor.WebRuntimeMonitorITCase | From | To | |
Extract Interface | 1 | ||
Extract Interface org.apache.flink.runtime.blob.BlobView from classes [org.apache.flink.runtime.blob.BlobStore] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type blobStore : BlobStore to blobView : BlobView in class org.apache.flink.runtime.blob.BlobCache | From | To | |
Rename Parameter | 2 | ||
Rename Parameter blobStore : BlobStore to blobView : BlobView in method public BlobCache(serverAddress InetSocketAddress, blobClientConfig Configuration, blobView BlobView) in class org.apache.flink.runtime.blob.BlobCache | From | To | |
Rename Parameter leaderRetrievalService : LeaderRetrievalService to highAvailabilityServices : HighAvailabilityServices in method public startWebRuntimeMonitor(config Configuration, highAvailabilityServices HighAvailabilityServices, actorSystem ActorSystem) : WebMonitor in class org.apache.flink.runtime.webmonitor.WebMonitorUtils | From | To |