Uses of Class
org.apache.pulsar.functions.worker.FunctionRuntimeManager
-
Packages that use FunctionRuntimeManager Package Description org.apache.pulsar.functions.worker -
-
Uses of FunctionRuntimeManager in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type FunctionRuntimeManager Modifier and Type Method Description voidMembershipManager. checkFailures(FunctionMetaDataManager functionMetaDataManager, FunctionRuntimeManager functionRuntimeManager, SchedulerManager schedulerManager)Constructors in org.apache.pulsar.functions.worker with parameters of type FunctionRuntimeManager Constructor Description FunctionAssignmentTailer(FunctionRuntimeManager functionRuntimeManager, org.apache.pulsar.client.api.ReaderBuilder readerBuilder, org.apache.pulsar.functions.worker.WorkerConfig workerConfig, ErrorNotifier errorNotifier)LeaderService(WorkerService workerService, org.apache.pulsar.client.api.PulsarClient pulsarClient, FunctionAssignmentTailer functionAssignmentTailer, SchedulerManager schedulerManager, FunctionRuntimeManager functionRuntimeManager, FunctionMetaDataManager functionMetaDataManager, MembershipManager membershipManager, ErrorNotifier errorNotifier)
-