Uses of Class
org.apache.pulsar.functions.worker.SchedulerManager
-
Packages that use SchedulerManager Package Description org.apache.pulsar.functions.worker -
-
Uses of SchedulerManager in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type SchedulerManager Modifier and Type Method Description voidMembershipManager. checkFailures(FunctionMetaDataManager functionMetaDataManager, FunctionRuntimeManager functionRuntimeManager, SchedulerManager schedulerManager)Constructors in org.apache.pulsar.functions.worker with parameters of type SchedulerManager Constructor Description FunctionMetaDataManager(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)
-