f56d30ddf40ef9eec172db1c0f78cc2143151bdb
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected startLocalRun(functionDetails Function.FunctionDetails, parallelism int, instanceIdOffset int, brokerServiceUrl String, stateStorageServiceUrl String, authConfig AuthenticationConfig, userCodeFile String) : void renamed to private startProcessMode(functionDetails Function.FunctionDetails, parallelism int, instanceIdOffset int, serviceUrl String, stateStorageServiceUrl String, authConfig AuthenticationConfig, userCodeFile String) : void in class org.apache.pulsar.functions.LocalRunner | From | To | |
Move Class | 1 | ||
Move Class org.apache.pulsar.functions.runtime.LocalRunner moved to org.apache.pulsar.functions.LocalRunner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type instanceIdOffset : Integer to instanceIdOffset : int in class org.apache.pulsar.functions.LocalRunner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter brokerServiceUrl : String to serviceUrl : String in method private startProcessMode(functionDetails Function.FunctionDetails, parallelism int, instanceIdOffset int, serviceUrl String, stateStorageServiceUrl String, authConfig AuthenticationConfig, userCodeFile String) : void in class org.apache.pulsar.functions.LocalRunner | From | To |