Uses of Class
org.apache.pulsar.functions.worker.SchedulerManager
Packages that use SchedulerManager
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SchedulerManager in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type SchedulerManagerModifier and TypeMethodDescriptionvoidMembershipManager.checkFailures(FunctionMetaDataManager functionMetaDataManager, FunctionRuntimeManager functionRuntimeManager, SchedulerManager schedulerManager) Constructors in org.apache.pulsar.functions.worker with parameters of type SchedulerManagerModifierConstructorDescriptionFunctionMetaDataManager(org.apache.pulsar.functions.worker.WorkerConfig workerConfig, SchedulerManager schedulerManager, org.apache.pulsar.client.api.PulsarClient pulsarClient, ErrorNotifier errorNotifier) LeaderService(WorkerService workerService, org.apache.pulsar.client.api.PulsarClient pulsarClient, FunctionAssignmentTailer functionAssignmentTailer, SchedulerManager schedulerManager, FunctionRuntimeManager functionRuntimeManager, FunctionMetaDataManager functionMetaDataManager, MembershipManager membershipManager, ErrorNotifier errorNotifier)