882d56fabc50ca90cd29473f34ae15074b23a072
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public listFunction(tenant String, namespace String) : Collection<String> renamed to public listFunctions(tenant String, namespace String) : Collection<String> in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type serviceRequestManager : ServiceRequestManager to pulsarClient : PulsarClient in method public FunctionRuntimeManager(workerConfig WorkerConfig, pulsarClient PulsarClient, actionQueue LinkedBlockingQueue<FunctionAction>) in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public processRequest(messageId MessageId, serviceRequest ServiceRequest) : void extracted from public accept(msg Message) : void in class org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer & moved to class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Extract And Move Method public processRequest(messageId MessageId, serviceRequest ServiceRequest) : void extracted from public testUpdate() : void in class org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailerTest & moved to class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter serviceRequestManager : ServiceRequestManager to pulsarClient : PulsarClient in method public FunctionRuntimeManager(workerConfig WorkerConfig, pulsarClient PulsarClient, actionQueue LinkedBlockingQueue<FunctionAction>) in class org.apache.pulsar.functions.worker.FunctionRuntimeManager | From | To |