b50760ca42d97ca16e7fd33329e5f74e0775d926
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Attribute | 2 | ||
| Move Attribute private SLEEP_BETWEEN_RETRIES_MS : long from class org.apache.pulsar.functions.runtime.KubernetesRuntime to package SLEEP_BETWEEN_RETRIES_MS : long from class org.apache.pulsar.functions.runtime.KubernetesRuntimeFactory | From | To | |
| Move Attribute private NUM_RETRIES : int from class org.apache.pulsar.functions.runtime.KubernetesRuntime to package NUM_RETRIES : int from class org.apache.pulsar.functions.runtime.KubernetesRuntimeFactory | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type response : Response to response : V1StatefulSet in method public deleteStatefulSet() : void in class org.apache.pulsar.functions.runtime.KubernetesRuntime | From | To | |
| Change Variable Type response : Response to response : V1PodList in method public deleteStatefulSet() : void in class org.apache.pulsar.functions.runtime.KubernetesRuntime | From | To | |
| Change Variable Type response : V1StatefulSet to response : V1PodList in method public deleteStatefulSet() : void in class org.apache.pulsar.functions.runtime.KubernetesRuntime | From | To | |
| Extract Method | 1 | ||
| Extract Method private cleanupFunctionFiles(functionRuntimeInfo FunctionRuntimeInfo) : void extracted from public stopFunction(functionRuntimeInfo FunctionRuntimeInfo) : void in class org.apache.pulsar.functions.worker.FunctionActioner | From | To |