JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Classes
Methods
Deprecated Classes
Class
Description
org.apache.pulsar.functions.worker.rest.api.v3.SinkApiV3Resource
org.apache.pulsar.functions.worker.rest.api.v3.SourceApiV3Resource
Deprecated Methods
Method
Description
org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource.getConnectorsList()
org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource.getConnectorsList()
org.apache.pulsar.functions.worker.service.api.Component.deregisterFunction
(String, String, String, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Component.downloadFunction
(String, String, String, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Component.downloadFunction
(String, String, String, String, AuthenticationDataSource)
org.apache.pulsar.functions.worker.service.api.Component.downloadFunction
(String, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Functions.registerFunction
(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Functions.updateFunction
(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, String, AuthenticationDataHttps, UpdateOptionsImpl)
org.apache.pulsar.functions.worker.service.api.Sinks.registerSink
(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Sinks.updateSink
(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, String, AuthenticationDataHttps, UpdateOptionsImpl)
org.apache.pulsar.functions.worker.service.api.Sources.registerSource
(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, String, AuthenticationDataHttps)
org.apache.pulsar.functions.worker.service.api.Sources.updateSource
(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, String, AuthenticationDataHttps, UpdateOptionsImpl)