|
Change Parameter Type componentType : ComponentType to componentType : Function.FunctionDetails.ComponentType in method public ComponentImpl(workerServiceSupplier Supplier<WorkerService>, componentType Function.FunctionDetails.ComponentType) in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : Function.FunctionDetails.ComponentType in method public getProperties(componentType Function.FunctionDetails.ComponentType, fullyQualifiedName String, instanceId int) : Map<String,String> in class org.apache.pulsar.functions.instance.InstanceUtils |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : FunctionDetails.ComponentType in method protected validateGetFunctionInstanceRequestParams(tenant String, namespace String, componentName String, componentType FunctionDetails.ComponentType, instanceId String) : void in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : FunctionDetails.ComponentType in method private validateUpdateRequestParams(tenant String, namespace String, componentName String, componentConfigJson String, componentType FunctionDetails.ComponentType, componentPackageFile File) : FunctionDetails in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : Function.FunctionDetails.ComponentType in method public ContextImpl(config InstanceConfig, logger Logger, client PulsarClient, secretsProvider SecretsProvider, collectorRegistry CollectorRegistry, metricsLabels String[], componentType Function.FunctionDetails.ComponentType, statsManager ComponentStatsManager) in class org.apache.pulsar.functions.instance.ContextImpl |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : Function.FunctionDetails.ComponentType in method public getStatsManager(collectorRegistry CollectorRegistry, metricsLabels String[], scheduledExecutorService ScheduledExecutorService, componentType Function.FunctionDetails.ComponentType) : ComponentStatsManager in class org.apache.pulsar.functions.instance.stats.ComponentStatsManager |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : FunctionDetails.ComponentType in method protected validateGetFunctionRequestParams(tenant String, namespace String, subject String, componentType FunctionDetails.ComponentType) : void in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |
|
Change Parameter Type componentType : ComponentType to componentType : FunctionDetails.ComponentType in method private validateDeregisterRequestParams(tenant String, namespace String, subject String, componentType FunctionDetails.ComponentType) : void in class org.apache.pulsar.functions.worker.rest.api.ComponentImpl |
From |
To |