Uses of Interface
org.apache.pulsar.common.functions.UpdateOptions
-
Uses of UpdateOptions in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionvoid
Functions.updateFunction
(FunctionConfig functionConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a function.Functions.updateFunctionAsync
(FunctionConfig functionConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a function asynchronously.void
Functions.updateFunctionWithUrl
(FunctionConfig functionConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a function.Functions.updateFunctionWithUrlAsync
(FunctionConfig functionConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a function asynchronously.void
Sinks.updateSink
(SinkConfig sinkConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a sink.Sinks.updateSinkAsync
(SinkConfig sinkConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a sink asynchronously.void
Sinks.updateSinkWithUrl
(SinkConfig sinkConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a sink.Sinks.updateSinkWithUrlAsync
(SinkConfig sinkConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a sink asynchronously.void
Sources.updateSource
(SourceConfig sourceConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a source.Sources.updateSourceAsync
(SourceConfig sourceConfig, String fileName, UpdateOptions updateOptions) Update the configuration for a source asynchronously.void
Sources.updateSourceWithUrl
(SourceConfig sourceConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a source.Sources.updateSourceWithUrlAsync
(SourceConfig sourceConfig, String pkgUrl, UpdateOptions updateOptions) Update the configuration for a source asynchronously.