|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testUpdate() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testNothingNewToSchedule() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testScalingUp() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testCheckFailuresSomeUnassigned() : void in class org.apache.pulsar.functions.worker.MembershipManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testDeletingFunctions() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testCheckFailuresSomeFailures() : void in class org.apache.pulsar.functions.worker.MembershipManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testScalingDown() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type members : List<MembershipManager.WorkerInfo> to members : List<WorkerInfo> in method public getCluster() : Response in class org.apache.pulsar.functions.worker.rest.api.FunctionsImpl |
From |
To |
|
Change Variable Type entry : MembershipManager.WorkerInfo to entry : WorkerInfo 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 workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testCheckFailuresNoFailures() : void in class org.apache.pulsar.functions.worker.MembershipManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testSchedule() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> in method public testAddingFunctions() : void in class org.apache.pulsar.functions.worker.SchedulerManagerTest |
From |
To |
|
Change Variable Type workerInfoList : List<MembershipManager.WorkerInfo> to workerInfoList : List<WorkerInfo> 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 workerInfo : MembershipManager.WorkerInfo to workerInfo : WorkerInfo in method public getFunctionInstanceStatus(tenant String, namespace String, functionName String, instanceId int) : InstanceCommunication.FunctionStatus in class org.apache.pulsar.functions.worker.FunctionRuntimeManager |
From |
To |