|
Rename Method public stopFunctionInstances(tenant String, namespace String, componentName String, restart boolean) : void renamed to public changeFunctionInstanceStatus(tenant String, namespace String, componentName String, instanceId String, start boolean, uri URI) : void in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |
|
Rename Method public stopFunctionInstance(tenant String, namespace String, functionName String, instanceId int, restart boolean, uri URI) : Response renamed to public restartFunctionInstance(tenant String, namespace String, functionName String, instanceId int, uri URI) : Response in class org.apache.pulsar.functions.worker.FunctionRuntimeManager |
From |
To |
|
Rename Method public stopFunctionInstances(tenant String, namespace String, functionName String, restart boolean) : Response renamed to public restartFunctionInstances(tenant String, namespace String, functionName String) : Response in class org.apache.pulsar.functions.worker.FunctionRuntimeManager |
From |
To |
|
Rename Method public stopFunctionInstance(tenant String, namespace String, componentName String, instanceId String, restart boolean, uri URI) : void renamed to public changeFunctionStatusAllInstances(tenant String, namespace String, componentName String, start boolean) : void in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |