Uses of Class
org.apache.pulsar.functions.worker.FunctionRuntimeManager
Packages that use FunctionRuntimeManager
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of FunctionRuntimeManager in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker with parameters of type FunctionRuntimeManagerModifier and TypeMethodDescriptionvoidMembershipManager.checkFailures(FunctionMetaDataManager functionMetaDataManager, FunctionRuntimeManager functionRuntimeManager, SchedulerManager schedulerManager) Constructors in org.apache.pulsar.functions.worker with parameters of type FunctionRuntimeManagerModifierConstructorDescriptionFunctionAssignmentTailer(FunctionRuntimeManager functionRuntimeManager, org.apache.pulsar.client.api.ReaderBuilder readerBuilder, org.apache.pulsar.functions.worker.WorkerConfig workerConfig, ErrorNotifier errorNotifier) LeaderService(WorkerService workerService, org.apache.pulsar.client.api.PulsarClient pulsarClient, FunctionAssignmentTailer functionAssignmentTailer, SchedulerManager schedulerManager, FunctionRuntimeManager functionRuntimeManager, FunctionMetaDataManager functionMetaDataManager, MembershipManager membershipManager, ErrorNotifier errorNotifier)