Uses of Class
org.apache.pulsar.common.functions.FunctionConfig
-
Uses of FunctionConfig in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionFunctions.getFunction
(String tenant, String namespace, String function) Get the configuration for the specified function.Modifier and TypeMethodDescriptionFunctions.getFunctionAsync
(String tenant, String namespace, String function) Get the configuration for the specified function asynchronously.Modifier and TypeMethodDescriptionvoid
Functions.createFunction
(FunctionConfig functionConfig, String fileName) Create a new function.Functions.createFunctionAsync
(FunctionConfig functionConfig, String fileName) Create a new function asynchronously.void
Functions.createFunctionWithUrl
(FunctionConfig functionConfig, String pkgUrl) Create a new function with package url.Functions.createFunctionWithUrlAsync
(FunctionConfig functionConfig, String pkgUrl) Create a new function with package url asynchronously.void
Functions.updateFunction
(FunctionConfig functionConfig, String fileName) Update the configuration for a function.void
Functions.updateFunction
(FunctionConfig functionConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a function.Functions.updateFunctionAsync
(FunctionConfig functionConfig, String fileName) Update the configuration for a function asynchronously.Functions.updateFunctionAsync
(FunctionConfig functionConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a function asynchronously.void
Functions.updateFunctionWithUrl
(FunctionConfig functionConfig, String pkgUrl) Update the configuration for a function.void
Functions.updateFunctionWithUrl
(FunctionConfig functionConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a function.Functions.updateFunctionWithUrlAsync
(FunctionConfig functionConfig, String pkgUrl) Update the configuration for a function asynchronously.Functions.updateFunctionWithUrlAsync
(FunctionConfig functionConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a function asynchronously.