Uses of Class
org.apache.pulsar.functions.worker.WorkerStatsManager
-
Packages that use WorkerStatsManager Package Description org.apache.pulsar.functions.worker -
-
Uses of WorkerStatsManager in org.apache.pulsar.functions.worker
Constructors in org.apache.pulsar.functions.worker with parameters of type WorkerStatsManager 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)SchedulerManager(org.apache.pulsar.functions.worker.WorkerConfig workerConfig, org.apache.pulsar.client.api.PulsarClient pulsarClient, org.apache.pulsar.client.admin.PulsarAdmin admin, WorkerStatsManager workerStatsManager, ErrorNotifier errorNotifier)
-