Uses of Interface
org.apache.pulsar.functions.worker.ErrorNotifier
-
Packages that use ErrorNotifier Package Description org.apache.pulsar.functions.worker org.apache.pulsar.functions.worker.service Pulsar Functions Worker Service. -
-
Uses of ErrorNotifier in org.apache.pulsar.functions.worker
Classes in org.apache.pulsar.functions.worker that implement ErrorNotifier Modifier and Type Class Description classErrorNotifierImplclassErrorNotifierShutdownServiceImplMethods in org.apache.pulsar.functions.worker that return ErrorNotifier Modifier and Type Method Description static ErrorNotifierErrorNotifier. getDefaultImpl()static ErrorNotifierErrorNotifier. getShutdownServiceImpl(org.apache.pulsar.broker.ShutdownService shutdownService)Methods in org.apache.pulsar.functions.worker with parameters of type ErrorNotifier Modifier and Type Method Description voidPulsarWorkerService. start(org.apache.pulsar.broker.authentication.AuthenticationService authenticationService, org.apache.pulsar.broker.authorization.AuthorizationService authorizationService, ErrorNotifier errorNotifier)voidWorkerService. start(org.apache.pulsar.broker.authentication.AuthenticationService authenticationService, org.apache.pulsar.broker.authorization.AuthorizationService authorizationService, ErrorNotifier errorNotifier)Start the worker API service.Constructors in org.apache.pulsar.functions.worker with parameters of type ErrorNotifier Constructor Description FunctionAssignmentTailer(FunctionRuntimeManager functionRuntimeManager, org.apache.pulsar.client.api.ReaderBuilder readerBuilder, org.apache.pulsar.functions.worker.WorkerConfig workerConfig, ErrorNotifier errorNotifier)FunctionMetaDataManager(org.apache.pulsar.functions.worker.WorkerConfig workerConfig, SchedulerManager schedulerManager, org.apache.pulsar.client.api.PulsarClient pulsarClient, ErrorNotifier errorNotifier)FunctionMetaDataTopicTailer(FunctionMetaDataManager functionMetaDataManager, org.apache.pulsar.client.api.ReaderBuilder readerBuilder, org.apache.pulsar.functions.worker.WorkerConfig workerConfig, org.apache.pulsar.client.api.MessageId lastMessageSeen, ErrorNotifier errorNotifier)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)LeaderService(WorkerService workerService, org.apache.pulsar.client.api.PulsarClient pulsarClient, FunctionAssignmentTailer functionAssignmentTailer, SchedulerManager schedulerManager, FunctionRuntimeManager functionRuntimeManager, FunctionMetaDataManager functionMetaDataManager, MembershipManager membershipManager, 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) -
Uses of ErrorNotifier in org.apache.pulsar.functions.worker.service
Methods in org.apache.pulsar.functions.worker.service with parameters of type ErrorNotifier Modifier and Type Method Description voidWorkerServiceWithClassLoader. start(org.apache.pulsar.broker.authentication.AuthenticationService authenticationService, org.apache.pulsar.broker.authorization.AuthorizationService authorizationService, ErrorNotifier errorNotifier)
-