Uses of Class
org.apache.pulsar.functions.worker.PulsarWorkerService
Packages that use PulsarWorkerService
-
Uses of PulsarWorkerService in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type PulsarWorkerServiceModifier and TypeMethodDescriptionstatic voidFunctionsStatsGenerator.generate(PulsarWorkerService workerService, org.apache.pulsar.common.util.SimpleTextOutputStream out) Constructors in org.apache.pulsar.functions.worker with parameters of type PulsarWorkerServiceModifierConstructorDescriptionFunctionRuntimeManager(WorkerConfig workerConfig, PulsarWorkerService workerService, org.apache.distributedlog.api.namespace.Namespace dlogNamespace, MembershipManager membershipManager, 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 PulsarWorkerServiceModifier and TypeFieldDescriptionprotected final Supplier<PulsarWorkerService>ComponentImpl.workerServiceSupplierMethods in org.apache.pulsar.functions.worker.rest.api that return PulsarWorkerServiceConstructor parameters in org.apache.pulsar.functions.worker.rest.api with type arguments of type PulsarWorkerServiceModifierConstructorDescriptionComponentImpl(Supplier<PulsarWorkerService> workerServiceSupplier, org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType) FunctionsImpl(Supplier<PulsarWorkerService> workerServiceSupplier) FunctionsImplV2(Supplier<PulsarWorkerService> workerServiceSupplier) SinksImpl(Supplier<PulsarWorkerService> workerServiceSupplier) SourcesImpl(Supplier<PulsarWorkerService> workerServiceSupplier) WorkerImpl(Supplier<PulsarWorkerService> workerServiceSupplier)