Uses of Package
org.apache.pulsar.functions.worker
Packages that use org.apache.pulsar.functions.worker
Package
Description
Pulsar Functions Worker Service.
Pulsar Worker Services API.
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.workerClassDescriptionThis class is responsible for reading assignments from the 'assignments' functions internal topic.FunctionMetaDataManager maintains a global state of all function metadata.This class managers all aspects of functions assignments and running of function assignments for this worker.A simple implementation of leader election using a pulsar topic.Validates package URLs for functions and connectors.A service component contains everything to run a worker except rest server.The scheduler manager is used to compute scheduling of function instances Only the leader computes new schedulings and writes assignments to the assignment topic The lifecyle of this class is the following: 1.API service provides the ability to manage functions.
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.worker.rest
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.worker.rest.apiClassDescriptionA service component contains everything to run a worker except rest server.
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.worker.rest.api.v2
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.worker.service
-
Classes in org.apache.pulsar.functions.worker used by org.apache.pulsar.functions.worker.service.api