Uses of Interface
org.apache.pulsar.functions.worker.WorkerService
-
Packages that use WorkerService Package Description org.apache.pulsar.functions.worker org.apache.pulsar.functions.worker.rest org.apache.pulsar.functions.worker.rest.api.v2 org.apache.pulsar.functions.worker.service Pulsar Functions Worker Service.org.apache.pulsar.functions.worker.service.api Pulsar Worker Services API. -
-
Uses of WorkerService in org.apache.pulsar.functions.worker
Classes in org.apache.pulsar.functions.worker that implement WorkerService Modifier and Type Class Description classPulsarWorkerServiceA service component contains everything to run a worker except rest server.Methods in org.apache.pulsar.functions.worker that return types with arguments of type WorkerService Modifier and Type Method Description Functions<? extends WorkerService>WorkerService. getFunctions()Get the functions service.FunctionsV2<? extends WorkerService>WorkerService. getFunctionsV2()Get the functions service (v2).Sinks<? extends WorkerService>WorkerService. getSinks()Get the sinks service.Sources<? extends WorkerService>WorkerService. getSources()Get the sources service.Workers<? extends WorkerService>WorkerService. getWorkers()Get the worker service.Constructors in org.apache.pulsar.functions.worker with parameters of type WorkerService Constructor Description LeaderService(WorkerService workerService, org.apache.pulsar.client.api.PulsarClient pulsarClient, FunctionAssignmentTailer functionAssignmentTailer, SchedulerManager schedulerManager, FunctionRuntimeManager functionRuntimeManager, FunctionMetaDataManager functionMetaDataManager, MembershipManager membershipManager, ErrorNotifier errorNotifier) -
Uses of WorkerService in org.apache.pulsar.functions.worker.rest
Methods in org.apache.pulsar.functions.worker.rest that return WorkerService Modifier and Type Method Description WorkerServiceFunctionApiResource. get()WorkerServiceWorkerReadinessResource. get()Methods in org.apache.pulsar.functions.worker.rest with parameters of type WorkerService Modifier and Type Method Description static org.eclipse.jetty.servlet.ServletContextHandlerWorkerServer. newServletContextHandler(java.lang.String contextPath, org.glassfish.jersey.server.ResourceConfig config, WorkerService workerService, boolean requireAuthentication, org.apache.pulsar.broker.authentication.AuthenticationService authenticationService)static org.eclipse.jetty.servlet.ServletContextHandlerWorkerServer. newServletContextHandler(java.lang.String contextPath, org.glassfish.jersey.server.ResourceConfig config, WorkerService workerService, org.apache.pulsar.broker.authentication.AuthenticationService authenticationService)Constructors in org.apache.pulsar.functions.worker.rest with parameters of type WorkerService Constructor Description WorkerServer(WorkerService workerService, org.apache.pulsar.broker.authentication.AuthenticationService authenticationService) -
Uses of WorkerService in org.apache.pulsar.functions.worker.rest.api.v2
Methods in org.apache.pulsar.functions.worker.rest.api.v2 that return WorkerService Modifier and Type Method Description WorkerServiceWorkerApiV2Resource. get()WorkerServiceWorkerStatsApiV2Resource. get() -
Uses of WorkerService in org.apache.pulsar.functions.worker.service
Classes in org.apache.pulsar.functions.worker.service that implement WorkerService Modifier and Type Class Description classWorkerServiceWithClassLoaderA worker service with its classloader.Methods in org.apache.pulsar.functions.worker.service that return WorkerService Modifier and Type Method Description static WorkerServiceWorkerServiceLoader. load(org.apache.pulsar.functions.worker.WorkerConfig workerConfig)Load the worker services for the given protocol list.Methods in org.apache.pulsar.functions.worker.service that return types with arguments of type WorkerService Modifier and Type Method Description Functions<? extends WorkerService>WorkerServiceWithClassLoader. getFunctions()FunctionsV2<? extends WorkerService>WorkerServiceWithClassLoader. getFunctionsV2()Sinks<? extends WorkerService>WorkerServiceWithClassLoader. getSinks()Sources<? extends WorkerService>WorkerServiceWithClassLoader. getSources()Workers<? extends WorkerService>WorkerServiceWithClassLoader. getWorkers() -
Uses of WorkerService in org.apache.pulsar.functions.worker.service.api
Classes in org.apache.pulsar.functions.worker.service.api with type parameters of type WorkerService Modifier and Type Interface Description interfaceComponent<W extends WorkerService>Provide service API to access components.interfaceFunctions<W extends WorkerService>The service to manage functions.interfaceFunctionsV2<W extends WorkerService>The v2 functions API to manage functions.interfaceSinks<W extends WorkerService>The service to manage sinks.interfaceSources<W extends WorkerService>The service to manage sources.interfaceWorkers<W extends WorkerService>The service to manage worker.
-