|
Change Parameter Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in method public InstanceControlImpl(runtimeSpawner RuntimeSpawner) in class org.apache.pulsar.functions.runtime.JavaInstanceMain.InstanceControlImpl |
From |
To |
|
Change Parameter Type functionContainerFactory : FunctionContainerFactory to runtimeFactory : RuntimeFactory in method public FunctionActioner(workerConfig WorkerConfig, runtimeFactory RuntimeFactory, metricsSink MetricsSink, metricCollectionInterval int, dlogNamespace Namespace, actionQueue LinkedBlockingQueue<FunctionAction>) in class org.apache.pulsar.functions.worker.FunctionActioner |
From |
To |
|
Change Parameter Type containerFactory : FunctionContainerFactory to containerFactory : RuntimeFactory in method public RuntimeSpawner(instanceConfig InstanceConfig, codeFile String, containerFactory RuntimeFactory, metricsSink MetricsSink, metricsCollectionInterval int) in class org.apache.pulsar.functions.runtime.RuntimeSpawner |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.ThreadFunctionContainer moved and renamed to org.apache.pulsar.functions.runtime.ThreadRuntime |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.FunctionContainerFactory moved and renamed to org.apache.pulsar.functions.runtime.RuntimeFactory |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.ProcessFunctionContainerFactory moved and renamed to org.apache.pulsar.functions.runtime.ProcessRuntimeFactory |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.ProcessFunctionContainerTest moved and renamed to org.apache.pulsar.functions.runtime.ProcessRuntimeTest |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.FunctionContainer moved and renamed to org.apache.pulsar.functions.runtime.Runtime |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.spawner.Spawner moved and renamed to org.apache.pulsar.functions.runtime.RuntimeSpawner |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.ThreadFunctionContainerFactory moved and renamed to org.apache.pulsar.functions.runtime.ThreadRuntimeFactory |
From |
To |
|
Move And Rename Class org.apache.pulsar.functions.runtime.container.ProcessFunctionContainer moved and renamed to org.apache.pulsar.functions.runtime.ProcessRuntime |
From |
To |
|
Change Variable Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in method private startFunction(functionRuntimeInfo FunctionRuntimeInfo) : void in class org.apache.pulsar.functions.worker.FunctionActioner |
From |
To |
|
Change Variable Type containerFactory : ThreadFunctionContainerFactory to containerFactory : ThreadRuntimeFactory in method public start() : void in class org.apache.pulsar.functions.runtime.JavaInstanceMain |
From |
To |
|
Change Variable Type containerFactory : ThreadFunctionContainerFactory to containerFactory : ThreadRuntimeFactory in method package runCmd() : void in class org.apache.pulsar.admin.cli.CmdFunctions.LocalRunner |
From |
To |
|
Change Variable Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in method package runCmd() : void in class org.apache.pulsar.admin.cli.CmdFunctions.LocalRunner |
From |
To |
|
Change Variable Type container : ProcessFunctionContainer to container : ProcessRuntime in method public testJavaConstructor() : void in class org.apache.pulsar.functions.runtime.ProcessRuntimeTest |
From |
To |
|
Change Variable Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in method public getFunctionInstanceStatus(tenant String, namespace String, functionName String, instanceId int) : InstanceCommunication.FunctionStatus in class org.apache.pulsar.functions.worker.FunctionRuntimeManager |
From |
To |
|
Change Variable Type container : ProcessFunctionContainer to container : ProcessRuntime in method public testPythonConstructor() : void in class org.apache.pulsar.functions.runtime.ProcessRuntimeTest |
From |
To |
|
Change Variable Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in method public start() : void in class org.apache.pulsar.functions.runtime.JavaInstanceMain |
From |
To |
|
Change Attribute Type spawner : Spawner to runtimeSpawner : RuntimeSpawner in class org.apache.pulsar.functions.runtime.JavaInstanceMain.InstanceControlImpl |
From |
To |
|
Change Attribute Type functionContainerFactory : FunctionContainerFactory to runtimeFactory : RuntimeFactory in class org.apache.pulsar.functions.runtime.RuntimeSpawner |
From |
To |
|
Change Attribute Type factory : ProcessFunctionContainerFactory to factory : ProcessRuntimeFactory in class org.apache.pulsar.functions.runtime.ProcessRuntimeTest |
From |
To |
|
Change Attribute Type functionContainerFactory : FunctionContainerFactory to runtimeFactory : RuntimeFactory in class org.apache.pulsar.functions.worker.FunctionActioner |
From |
To |
|
Change Attribute Type functionContainer : FunctionContainer to runtime : Runtime in class org.apache.pulsar.functions.runtime.RuntimeSpawner |
From |
To |
|
Change Attribute Type functionContainerFactory : FunctionContainerFactory to runtimeFactory : RuntimeFactory in class org.apache.pulsar.functions.worker.FunctionRuntimeManager |
From |
To |