Uses of Interface
org.apache.pulsar.functions.worker.ErrorNotifier
Packages that use ErrorNotifier
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Pulsar Functions Worker Service.
-
Uses of ErrorNotifier in org.apache.pulsar.functions.worker
Classes in org.apache.pulsar.functions.worker that implement ErrorNotifierMethods in org.apache.pulsar.functions.worker that return ErrorNotifierModifier and TypeMethodDescriptionstatic ErrorNotifierErrorNotifier.getDefaultImpl()static ErrorNotifierErrorNotifier.getShutdownServiceImpl(org.apache.pulsar.broker.ShutdownService shutdownService) Methods in org.apache.pulsar.functions.worker with parameters of type ErrorNotifierModifier and TypeMethodDescriptionvoidPulsarWorkerService.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 ErrorNotifierModifierConstructorDescriptionFunctionAssignmentTailer(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, org.apache.pulsar.functions.worker.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 ErrorNotifierModifier and TypeMethodDescriptionvoidWorkerServiceWithClassLoader.start(org.apache.pulsar.broker.authentication.AuthenticationService authenticationService, org.apache.pulsar.broker.authorization.AuthorizationService authorizationService, ErrorNotifier errorNotifier)