Uses of Class
org.apache.pulsar.functions.worker.PulsarWorkerService
-
Packages that use PulsarWorkerService Package Description org.apache.pulsar.functions.worker org.apache.pulsar.functions.worker.rest.api -
-
Uses of PulsarWorkerService in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type PulsarWorkerService Modifier and Type Method Description static voidFunctionsStatsGenerator. generate(PulsarWorkerService workerService, org.apache.pulsar.common.util.SimpleTextOutputStream out)Constructors in org.apache.pulsar.functions.worker with parameters of type PulsarWorkerService Constructor Description FunctionRuntimeManager(org.apache.pulsar.functions.worker.WorkerConfig workerConfig, PulsarWorkerService workerService, org.apache.distributedlog.api.namespace.Namespace dlogNamespace, MembershipManager membershipManager, org.apache.pulsar.functions.worker.ConnectorsManager connectorsManager, FunctionsManager functionsManager, FunctionMetaDataManager functionMetaDataManager, WorkerStatsManager workerStatsManager, ErrorNotifier errorNotifier) -
Uses of PulsarWorkerService in org.apache.pulsar.functions.worker.rest.api
Fields in org.apache.pulsar.functions.worker.rest.api with type parameters of type PulsarWorkerService Modifier and Type Field Description protected java.util.function.Supplier<PulsarWorkerService>ComponentImpl. workerServiceSupplierMethods in org.apache.pulsar.functions.worker.rest.api that return PulsarWorkerService Modifier and Type Method Description PulsarWorkerServiceComponentImpl. worker()Constructor parameters in org.apache.pulsar.functions.worker.rest.api with type arguments of type PulsarWorkerService Constructor Description ComponentImpl(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier, org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType)FunctionsImpl(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier)FunctionsImplV2(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier)SinksImpl(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier)SourcesImpl(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier)WorkerImpl(java.util.function.Supplier<PulsarWorkerService> workerServiceSupplier)
-