6fbd8c3c63c66cd1bfc08d04c2c553ffb78e0b55
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get() : Set<Class<?>> renamed to public getApiResources() : Set<Class<?>> in class org.apache.pulsar.functions.worker.rest.Resources | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type metricsSink : MetricsSink to instanceLivenessCheckFreqMs : Long in method public RuntimeSpawner(instanceConfig InstanceConfig, codeFile String, containerFactory RuntimeFactory, instanceLivenessCheckFreqMs Long) in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To | |
Move Method | 1 | ||
Move Method public newServletContextHandler(contextPath String, workerService WorkerService) : ServletContextHandler from class org.apache.pulsar.functions.worker.WorkerService to public newServletContextHandler(contextPath String, config ResourceConfig, workerService WorkerService) : ServletContextHandler from class org.apache.pulsar.functions.worker.rest.WorkerServer | From | To | |
Move Class | 2 | ||
Move Class org.apache.pulsar.utils.NumberFormat moved to org.apache.pulsar.common.util.NumberFormat | From | To | |
Move Class org.apache.pulsar.utils.SimpleTextOutputStream moved to org.apache.pulsar.common.util.SimpleTextOutputStream | From | To | |
Rename Attribute | 2 | ||
Rename Attribute metricsSink : MetricsSink to instanceLivenessCheckFreqMs : Long in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To | |
Rename Attribute metricsCollectionTimer : Timer to processLivenessCheckTimer : Timer in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type metricsSink : MetricsSink to instanceLivenessCheckFreqMs : Long in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter metricsSink : MetricsSink to instanceLivenessCheckFreqMs : Long in method public RuntimeSpawner(instanceConfig InstanceConfig, codeFile String, containerFactory RuntimeFactory, instanceLivenessCheckFreqMs Long) in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To |