Uses of Interface
org.apache.pulsar.functions.worker.WorkerService
Packages that use WorkerService
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Pulsar Functions Worker Service.
Pulsar Worker Services API.
-
Uses of WorkerService in org.apache.pulsar.functions.worker
Classes in org.apache.pulsar.functions.worker that implement WorkerServiceModifier and TypeClassDescriptionclassA 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 WorkerServiceModifier and TypeMethodDescriptionFunctions<? 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 WorkerServiceModifierConstructorDescriptionLeaderService(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 WorkerServiceConstructors in org.apache.pulsar.functions.worker.rest with parameters of type WorkerServiceModifierConstructorDescriptionWorkerServer(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 -
Uses of WorkerService in org.apache.pulsar.functions.worker.service
Classes in org.apache.pulsar.functions.worker.service that implement WorkerServiceModifier and TypeClassDescriptionclassA worker service with its classloader.Methods in org.apache.pulsar.functions.worker.service that return WorkerServiceModifier and TypeMethodDescriptionstatic 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 WorkerServiceModifier and TypeMethodDescriptionFunctions<? 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 WorkerServiceModifier and TypeInterfaceDescriptioninterfaceComponent<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.