Uses of Class
org.apache.pulsar.functions.worker.PulsarWorkerService
Packages that use PulsarWorkerService
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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(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, org.apache.pulsar.functions.worker.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)