索引

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

acquireExclusiveWrite(Supplier<Boolean>) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Acquires a exclusive producer.
acquireExclusiveWrite(Supplier<Boolean>) - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
Acquires a exclusive producer.
acquireLeadership(Producer<byte[]>) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Called by the leader service when this worker becomes the leader.
addTask(String, long, Runnable) - 类中的方法 org.apache.pulsar.functions.worker.ClusterServiceCoordinator
 
allowFunctionOps(NamespaceName, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
allowFunctionOps(NamespaceName, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
ATTRIBUTE_FUNCTION_WORKER - 类中的静态变量 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 
ATTRIBUTE_WORKER_SERVICE - 类中的静态变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
ATTRIBUTE_WORKER_SERVICE - 类中的静态变量 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 
ATTRIBUTE_WORKERSTATS_SERVICE - 类中的静态变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
authParams() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
authParams() - 类中的方法 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 

B

becameActive(Consumer<?>, int) - 类中的方法 org.apache.pulsar.functions.worker.LeaderService
 
becameInactive(Consumer<?>, int) - 类中的方法 org.apache.pulsar.functions.worker.LeaderService
 

C

changeFunctionInstanceStatus(String, String, String, String, boolean, URI, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
已过时。
changeFunctionInstanceStatus(String, String, String, String, boolean, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
changeFunctionStatusAllInstances(String, String, String, boolean, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
已过时。
changeFunctionStatusAllInstances(String, String, String, boolean, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
checkFailures(FunctionMetaDataManager, FunctionRuntimeManager, SchedulerManager) - 类中的方法 org.apache.pulsar.functions.worker.MembershipManager
 
clientAppId() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
已过时。
clientAppId() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
已过时。
use AuthenticationParameters instead
clientAppId() - 类中的方法 org.apache.pulsar.functions.worker.rest.FunctionApiResource
已过时。
clientAuthData() - 类中的方法 org.apache.pulsar.functions.worker.rest.FunctionApiResource
已过时。
close() - 类中的方法 org.apache.pulsar.functions.worker.ClusterServiceCoordinator
 
close() - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLInputStream
 
close() - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
close() - 接口中的方法 org.apache.pulsar.functions.worker.ErrorNotifier
 
close() - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierImpl
 
close() - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierShutdownServiceImpl
 
close() - 类中的方法 org.apache.pulsar.functions.worker.FunctionAssignmentTailer
 
close() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
 
close() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 
close() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
close() - 类中的方法 org.apache.pulsar.functions.worker.LeaderService
 
close() - 类中的方法 org.apache.pulsar.functions.worker.MembershipManager
 
close() - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
ClusterServiceCoordinator - org.apache.pulsar.functions.worker中的类
 
ClusterServiceCoordinator(String, LeaderService, Supplier<Boolean>) - 类的构造器 org.apache.pulsar.functions.worker.ClusterServiceCoordinator
 
Component<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
Provide service API to access components.
ComponentImpl - org.apache.pulsar.functions.worker.rest.api中的类
 
ComponentImpl(Supplier<PulsarWorkerService>, Function.FunctionDetails.ComponentType) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
ComponentImpl.GetStatus<S,T> - org.apache.pulsar.functions.worker.rest.api中的类
 
componentInstanceStatusRequestValidate(String, String, String, int, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
已过时。
componentInstanceStatusRequestValidate(String, String, String, int, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
componentStatusRequestValidate(String, String, String, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
已过时。
componentStatusRequestValidate(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
componentType - 类中的变量 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
ConfigurationResource - org.apache.pulsar.functions.worker.rest中的类
 
ConfigurationResource() - 类的构造器 org.apache.pulsar.functions.worker.rest.ConfigurationResource
 
containsFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Check if the function exists
createBaseMessage(String) - 类中的静态方法 org.apache.pulsar.functions.worker.rest.RestUtils
 
createExclusiveProducerWithRetry(PulsarClient, String, String, Supplier<Boolean>, int) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
createMessage(String) - 类中的静态方法 org.apache.pulsar.functions.worker.rest.RestUtils
 
createPackagePath(String, String, String, String) - 类中的静态方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
createReader(ReaderBuilder, String, String, MessageId) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
createReader(WorkerConfig, ReaderBuilder, MessageId) - 类中的静态方法 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 

D

deleteAssignment(String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
deleteFromBookkeeper(Namespace, String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
deregisterFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
deregisterFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
deregisterFunction(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
deregisterFunction(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
deregisterFunction(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
deregisterFunction(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
deregisterSink(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
deregisterSource(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
DLInputStream - org.apache.pulsar.functions.worker.dlog中的类
DistributedLog Input Stream.
DLInputStream(DistributedLogManager) - 类的构造器 org.apache.pulsar.functions.worker.dlog.DLInputStream
Construct DistributedLog input stream.
DLOutputStream - org.apache.pulsar.functions.worker.dlog中的类
DistributedLog Output Stream.
DLOutputStream(DistributedLogManager, AppendOnlyStreamWriter) - 类的构造器 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
downloadFromBookkeeper(Namespace, File, String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
downloadFromBookkeeper(Namespace, OutputStream, String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
downloadFunction(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
downloadFunction(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
downloadFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
downloadFunction(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
downloadFunction(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
downloadFunction(String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
downloadFunction(String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
downloadFunction(String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
downloadFunction(String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
drain() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
drain(URI, String, AuthenticationParameters, boolean) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
drain(URI, String, AuthenticationParameters, boolean) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
drainAtLeader(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
drainIfNotInProgress(String) - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
DrainInProgressException() - 异常错误的构造器 org.apache.pulsar.functions.worker.SchedulerManager.DrainInProgressException
 
drainTotalExecTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
drainTotalExecTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
dumpToTmpFile(InputStream) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 

E

emptyStatus(int) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
ErrorNotifier - org.apache.pulsar.functions.worker中的接口
 
ErrorNotifierImpl - org.apache.pulsar.functions.worker中的类
 
ErrorNotifierImpl() - 类的构造器 org.apache.pulsar.functions.worker.ErrorNotifierImpl
 
ErrorNotifierShutdownServiceImpl - org.apache.pulsar.functions.worker中的类
 
ErrorNotifierShutdownServiceImpl(ShutdownService) - 类的构造器 org.apache.pulsar.functions.worker.ErrorNotifierShutdownServiceImpl
 

F

findFunctionAssignment(String, String, String, int) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Find a assignment of a function
findFunctionAssignments(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Find all instance assignments of function
findFunctionAssignments(String, String, String, Map<String, Map<String, Function.Assignment>>) - 类中的静态方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
flush() - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
fromFunctionStatusProto(InstanceCommunication.FunctionStatus, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
FunctionActioner - org.apache.pulsar.functions.worker中的类
 
FunctionActioner(WorkerConfig, RuntimeFactory, Namespace, ConnectorsManager, FunctionsManager, PulsarAdmin) - 类的构造器 org.apache.pulsar.functions.worker.FunctionActioner
 
FunctionApiResource - org.apache.pulsar.functions.worker.rest中的类
 
FunctionApiResource() - 类的构造器 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 
FunctionAssignmentTailer - org.apache.pulsar.functions.worker中的类
This class is responsible for reading assignments from the 'assignments' functions internal topic.
FunctionAssignmentTailer(FunctionRuntimeManager, ReaderBuilder, WorkerConfig, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.FunctionAssignmentTailer
 
FunctionMetaDataManager - org.apache.pulsar.functions.worker中的类
FunctionMetaDataManager maintains a global state of all function metadata.
FunctionMetaDataManager(WorkerConfig, SchedulerManager, PulsarClient, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.FunctionMetaDataManager
 
FunctionMetaDataTopicTailer - org.apache.pulsar.functions.worker中的类
 
FunctionMetaDataTopicTailer(FunctionMetaDataManager, ReaderBuilder, WorkerConfig, MessageId, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 
FunctionRuntimeInfo - org.apache.pulsar.functions.worker中的类
 
FunctionRuntimeInfo() - 类的构造器 org.apache.pulsar.functions.worker.FunctionRuntimeInfo
 
FunctionRuntimeManager - org.apache.pulsar.functions.worker中的类
This class managers all aspects of functions assignments and running of function assignments for this worker
FunctionRuntimeManager(WorkerConfig, PulsarWorkerService, Namespace, MembershipManager, ConnectorsManager, FunctionsManager, FunctionMetaDataManager, WorkerStatsManager, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
Functions<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
The service to manage functions.
FunctionsApiV2Resource - org.apache.pulsar.functions.worker.rest.api.v2中的类
 
FunctionsApiV2Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
FunctionsApiV3Resource - org.apache.pulsar.functions.worker.rest.api.v3中的类
 
FunctionsApiV3Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
FunctionsImpl - org.apache.pulsar.functions.worker.rest.api中的类
 
FunctionsImpl(Supplier<PulsarWorkerService>) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
 
FunctionsImplV2 - org.apache.pulsar.functions.worker.rest.api中的类
 
FunctionsImplV2(Supplier<PulsarWorkerService>) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
FunctionsImplV2(FunctionsImpl) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
FunctionsManager - org.apache.pulsar.functions.worker中的类
 
FunctionsManager(WorkerConfig) - 类的构造器 org.apache.pulsar.functions.worker.FunctionsManager
 
FunctionsMetricsResource - org.apache.pulsar.functions.worker.rest.api中的类
 
FunctionsMetricsResource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.FunctionsMetricsResource
 
FunctionsStatsGenerator - org.apache.pulsar.functions.worker中的类
A class to generate stats for pulsar functions running on this broker
FunctionsStatsGenerator() - 类的构造器 org.apache.pulsar.functions.worker.FunctionsStatsGenerator
 
FunctionsV2<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
The v2 functions API to manage functions.
FunctionWorkerStarter - org.apache.pulsar.functions.worker中的类
A starter to start function worker.
FunctionWorkerStarter() - 类的构造器 org.apache.pulsar.functions.worker.FunctionWorkerStarter
 

G

generate() - 类中的方法 org.apache.pulsar.functions.worker.MetricsGenerator
 
generate(PulsarWorkerService, SimpleTextOutputStream) - 类中的静态方法 org.apache.pulsar.functions.worker.FunctionsStatsGenerator
 
generateFunctionsStats(SimpleTextOutputStream) - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
generateFunctionsStats(SimpleTextOutputStream) - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
generateFunctionsStats(SimpleTextOutputStream) - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Generate functions stats.
get() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
get() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
get() - 类中的方法 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 
get() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 
getAllFunctionMetaData() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Get a list of all the meta for every function
getApiV2Resources() - 类中的静态方法 org.apache.pulsar.functions.worker.rest.Resources
 
getApiV3Resources() - 类中的静态方法 org.apache.pulsar.functions.worker.rest.Resources
 
getAssignments() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getAssignments(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getAssignments(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getClassLoaderFromPackage(String, File, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getCluster() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getCluster(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getCluster(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getClusterLeader() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getClusterLeader(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getClusterLeader(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getComponentInstanceStatus(String, String, String, int, URI) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
getComponentStatus(String, String, String, URI) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
getConnectorsList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
已过时。
getConnectorsList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getConnectorsList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
已过时。
getCurrentAssignments() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Get current assignments
getCurrentMembership() - 类中的方法 org.apache.pulsar.functions.worker.MembershipManager
 
getDefaultImpl() - 接口中的静态方法 org.apache.pulsar.functions.worker.ErrorNotifier
 
getDlogConf(WorkerConfig) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getDrainStatus() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getDrainStatus(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
getDrainStatus(String) - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
getDrainStatus(URI, String, AuthenticationParameters, boolean) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getDrainStatus(URI, String, AuthenticationParameters, boolean) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getFunctionArchive(String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionsManager
 
getFunctionInfo(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
getFunctionInfo(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionInfo(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getFunctionInfo(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
getFunctionInfo(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
getFunctionInfo(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
getFunctionInstanceStats(String, String, String, int, URI) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Get stats of a function instance.
getFunctionInstanceStats(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionInstanceStats(String, FunctionRuntimeInfo, int) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getFunctionInstanceStatus(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
getFunctionInstanceStatus(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
Get status of a function instance.
getFunctionInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
getFunctionInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Functions
 
getFunctionInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
getFunctionMetaData(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Get the function metadata for a function
getFunctionRuntimeInfo(String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
getFunctionRuntimeInfos() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
getFunctions() - 类中的方法 org.apache.pulsar.functions.worker.FunctionsManager
 
getFunctions() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getFunctions() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Get the functions service.
getFunctionsInstanceStats(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getFunctionsInstanceStats(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
getFunctionsMetrics(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getFunctionsMetrics(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getFunctionState(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
getFunctionState(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionState(String, String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getFunctionState(String, String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
getFunctionState(String, String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
getFunctionState(String, String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
getFunctionStats(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionStats(String, String, String, URI) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Get stats of all function instances.
getFunctionStats(String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getFunctionStats(String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
getFunctionStatus(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
getFunctionStatus(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
getFunctionStatus(String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
Get statuses of all function instances.
getFunctionStatus(String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Functions
 
getFunctionStatusV2(String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
getFunctionStatusV2(String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
getFunctionsV2() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getFunctionsV2() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Get the functions service (v2).
getIsStillLeaderSupplier(MembershipManager, String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getLeader() - 类中的方法 org.apache.pulsar.functions.worker.MembershipManager
 
getListenPortHTTP() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
getListenPortHTTP() - 类中的方法 org.apache.pulsar.functions.worker.Worker
 
getListenPortHTTPS() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
getListenPortHTTPS() - 类中的方法 org.apache.pulsar.functions.worker.Worker
 
getListOfConnectors() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
getListOfConnectors() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
getListOfConnectors() - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
getListOfConnectors() - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
getListOfConnectors(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getListOfConnectors(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getMetrics() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsMetricsResource
 
getMetrics() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
getMyInstances() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Methods for metrics
getPulsarAdminClient(String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getPulsarAdminClient(String, String, String, String, Boolean, Boolean) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getPulsarAdminClient(String, String, String, String, Boolean, Boolean, WorkerConfig) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getPulsarClient(String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getPulsarClient(String, String, String, Boolean, String, Boolean, Boolean) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getPulsarClient(String, String, String, Boolean, String, Boolean, Boolean, WorkerConfig) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
getRootResources() - 类中的静态方法 org.apache.pulsar.functions.worker.rest.Resources
 
getShutdownServiceImpl(ShutdownService) - 接口中的静态方法 org.apache.pulsar.functions.worker.ErrorNotifier
 
getSinkConfigDefinition(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
getSinkConfigDefinition(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
getSinkConfigDefinition(String) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
 
getSinkInfo(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
getSinkInfo(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
getSinkInfo(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
 
getSinkInstanceStatus(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
getSinkInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
getSinkInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
 
getSinkList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
getSinkList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
getSinkList() - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
 
getSinks() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getSinks() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Get the sinks service.
getSinkStatus(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
getSinkStatus(String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
getSinkStatus(String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
 
getSourceConfigDefinition(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
getSourceConfigDefinition(String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
getSourceConfigDefinition(String) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
 
getSourceInfo(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
getSourceInfo(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
getSourceInfo(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
 
getSourceInstanceStatus(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
getSourceInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
getSourceInstanceStatus(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
 
getSourceList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
getSourceList() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
getSourceList() - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
 
getSources() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getSources() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Get the sources service.
getSourceStatus(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
getSourceStatus(String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
getSourceStatus(String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
 
getStats() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
getStatsAsString() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
getStatus(String, String, String, Collection<Function.Assignment>, URI) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
GetStatus() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
getStatusExternal(String, String, String, int) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
getWorkerConfig() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getWorkerConfig() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Return the worker config.
getWorkerMetrics(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
getWorkerMetrics(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
getWorkers() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
getWorkers() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Get the worker service.
getWorkerServiceDefinition(String, String) - 类中的静态方法 org.apache.pulsar.functions.worker.service.WorkerServiceLoader
Retrieve the functions worker service definition from the provided worker service nar package.
giveupLeadership() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
called by the leader service when we lose leadership.

H

HEARTBEAT_NAMESPACE - 类中的静态变量 org.apache.pulsar.functions.worker.SchedulerManager
 
HEARTBEAT_TENANT - 类中的静态变量 org.apache.pulsar.functions.worker.SchedulerManager
 
httpRequest - 类中的变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
httpRequest - 类中的变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
httpRequest - 类中的变量 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 
httpRequest - 类中的变量 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 

I

init(WorkerConfig, URI, boolean) - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
initAsStandalone(WorkerConfig) - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
initAsStandalone(WorkerConfig) - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
initAsStandalone(WorkerConfig) - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Initialize the worker API service using the provided config.
initialize() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Initializes the FunctionMetaDataManager.
initialize() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Initializes the FunctionRuntimeManager.
initialize(Producer<byte[]>) - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
initializeDlogNamespace(InternalConfigurationData) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
initInBroker(ServiceConfiguration, WorkerConfig, PulsarResources, InternalConfigurationData) - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
initInBroker(ServiceConfiguration, WorkerConfig, PulsarResources, InternalConfigurationData) - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
initInBroker(ServiceConfiguration, WorkerConfig, PulsarResources, InternalConfigurationData) - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Initialize the worker service in broker.
isAuthorizedRole(String, String, String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
isAuthorizedRole(String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
IScheduler - org.apache.pulsar.functions.worker.scheduler中的接口
 
isInitialized() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 
isInitialized() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
isInitialized() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Check if the worker service is initialized or not.
isLeader() - 类中的方法 org.apache.pulsar.functions.worker.LeaderService
 
isLeaderReady() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
isLeaderReady(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
isLeaderReady(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
isSuperUser(String, AuthenticationDataSource) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
isSuperUser(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 

L

LeaderService - org.apache.pulsar.functions.worker中的类
 
LeaderService(WorkerService, PulsarClient, FunctionAssignmentTailer, SchedulerManager, FunctionRuntimeManager, FunctionMetaDataManager, MembershipManager, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.LeaderService
 
listFunctions(String, String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
List all the functions in a namespace
listFunctions(String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
listFunctions(String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
listFunctions(String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
listFunctions(String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
listFunctions(String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
listFunctions(String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
listSink(String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
listSources(String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
load(WorkerConfig) - 类中的静态方法 org.apache.pulsar.functions.worker.service.WorkerServiceLoader
Load the worker services for the given protocol list.

M

main(String[]) - 类中的静态方法 org.apache.pulsar.functions.worker.FunctionWorkerStarter
 
MembershipManager - org.apache.pulsar.functions.worker中的类
A simple implementation of leader election using a pulsar topic.
MetricsGenerator - org.apache.pulsar.functions.worker中的类
 
MetricsGenerator(ScheduledExecutorService, WorkerConfig) - 类的构造器 org.apache.pulsar.functions.worker.MetricsGenerator
 

N

newDlogNamespaceURI(String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
newPulsarAdmin(String, WorkerConfig) - 接口中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService.PulsarClientCreator
 
newPulsarClient(String, WorkerConfig) - 接口中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService.PulsarClientCreator
 
newServletContextHandler(String, ResourceConfig, WorkerService, boolean, AuthenticationService) - 类中的静态方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
newServletContextHandler(String, ResourceConfig, WorkerService, AuthenticationService) - 类中的静态方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
NotLeaderAnymore() - 异常错误的构造器 org.apache.pulsar.functions.worker.WorkerUtils.NotLeaderAnymore
 
notRunning(String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 
notScheduledInstance() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl.GetStatus
 

O

org.apache.pulsar.functions.worker - 程序包 org.apache.pulsar.functions.worker
 
org.apache.pulsar.functions.worker.dlog - 程序包 org.apache.pulsar.functions.worker.dlog
 
org.apache.pulsar.functions.worker.rest - 程序包 org.apache.pulsar.functions.worker.rest
 
org.apache.pulsar.functions.worker.rest.api - 程序包 org.apache.pulsar.functions.worker.rest.api
 
org.apache.pulsar.functions.worker.rest.api.v2 - 程序包 org.apache.pulsar.functions.worker.rest.api.v2
 
org.apache.pulsar.functions.worker.rest.api.v3 - 程序包 org.apache.pulsar.functions.worker.rest.api.v3
 
org.apache.pulsar.functions.worker.scheduler - 程序包 org.apache.pulsar.functions.worker.scheduler
 
org.apache.pulsar.functions.worker.service - 程序包 org.apache.pulsar.functions.worker.service
Pulsar Functions Worker Service.
org.apache.pulsar.functions.worker.service.api - 程序包 org.apache.pulsar.functions.worker.service.api
Pulsar Worker Services API.
ORIGINAL_PRINCIPAL_HEADER - 类中的静态变量 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 

P

processAssignment(Function.Assignment) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Process an assignment update from the assignment topic
processAssignmentMessage(Message<byte[]>) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
processMetaDataTopicMessage(Message<byte[]>) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
This is called by the MetaData tailer.
PulsarWorkerService - org.apache.pulsar.functions.worker中的类
A service component contains everything to run a worker except rest server.
PulsarWorkerService() - 类的构造器 org.apache.pulsar.functions.worker.PulsarWorkerService
 
PulsarWorkerService(PulsarWorkerService.PulsarClientCreator) - 类的构造器 org.apache.pulsar.functions.worker.PulsarWorkerService
 
PulsarWorkerService.PulsarClientCreator - org.apache.pulsar.functions.worker中的接口
 
putFunctionState(String, String, String, String, FunctionState) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
putFunctionState(String, String, String, String, FunctionState, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
putFunctionState(String, String, String, String, FunctionState, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 

R

read() - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLInputStream
 
read(byte[], int, int) - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLInputStream
 
rebalance() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
rebalance(URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
rebalance(URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Workers
 
rebalance(List<Function.Assignment>, Set<String>) - 接口中的方法 org.apache.pulsar.functions.worker.scheduler.IScheduler
Rebalances function instances scheduled to workers
rebalance(List<Function.Assignment>, Set<String>) - 类中的方法 org.apache.pulsar.functions.worker.scheduler.RoundRobinScheduler
 
rebalanceIfNotInprogress() - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
RebalanceInProgressException() - 异常错误的构造器 org.apache.pulsar.functions.worker.SchedulerManager.RebalanceInProgressException
 
rebalanceStrategyExecTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
rebalanceStrategyExecTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
rebalanceTotalExecTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
rebalanceTotalExecTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
 
registerFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Functions
Register a new function.
registerSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
registerSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
registerSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
Update a function.
registerSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
registerSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
registerSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
Update a function.
release() - 类中的方法 org.apache.pulsar.functions.worker.rest.ConfigurationResource
 
reloadConnectors(AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
reloadConnectors(AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
reloadFunctions(WorkerConfig) - 类中的方法 org.apache.pulsar.functions.worker.FunctionsManager
 
reloadSinks() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
reloadSources() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
removeAssignments(Collection<Function.Assignment>) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
Removes a collection of assignments
Resources - org.apache.pulsar.functions.worker.rest中的类
 
restartFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
restartFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
restartFunction(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
restartFunction(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
restartFunctionInstance(String, String, String, int, URI) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
restartFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
restartFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
restartFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
restartFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
restartFunctionInstances(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
 
restartFunctionInstances(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
restartFunctionInstances(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
restartFunctionInstances(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
restartFunctionInstances(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
restartSink(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
restartSink(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
restartSource(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
restartSource(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
RestUtils - org.apache.pulsar.functions.worker.rest中的类
 
RestUtils() - 类的构造器 org.apache.pulsar.functions.worker.rest.RestUtils
 
RoundRobinScheduler - org.apache.pulsar.functions.worker.scheduler中的类
 
RoundRobinScheduler() - 类的构造器 org.apache.pulsar.functions.worker.scheduler.RoundRobinScheduler
 
run() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 

S

schedule() - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
schedule(List<Function.Instance>, List<Function.Assignment>, Set<String>) - 接口中的方法 org.apache.pulsar.functions.worker.scheduler.IScheduler
Scheduler schedules assignments to appropriate workers and adds into #resultAssignments
schedule(List<Function.Instance>, List<Function.Assignment>, Set<String>) - 类中的方法 org.apache.pulsar.functions.worker.scheduler.RoundRobinScheduler
 
SchedulerManager - org.apache.pulsar.functions.worker中的类
 
SchedulerManager(WorkerConfig, PulsarClient, PulsarAdmin, WorkerStatsManager, ErrorNotifier) - 类的构造器 org.apache.pulsar.functions.worker.SchedulerManager
 
SchedulerManager.DrainInProgressException - org.apache.pulsar.functions.worker中的异常错误
 
SchedulerManager.RebalanceInProgressException - org.apache.pulsar.functions.worker中的异常错误
 
SchedulerManager.TooFewWorkersException - org.apache.pulsar.functions.worker中的异常错误
 
SchedulerManager.UnknownWorkerException - org.apache.pulsar.functions.worker中的异常错误
 
SchedulerManager.WorkerNotRemovedAfterPriorDrainException - org.apache.pulsar.functions.worker中的异常错误
 
scheduleStrategyExecTimeStartEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
scheduleStrategyExecTimeStartStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
scheduleTotalExecTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
scheduleTotalExecTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
servletContext - 类中的变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
servletContext - 类中的变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
servletContext - 类中的变量 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 
servletContext - 类中的变量 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 
SinkApiV3Resource - org.apache.pulsar.functions.worker.rest.api.v3中的类
已过时。
SinkApiV3Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v3.SinkApiV3Resource
已过时。
 
Sinks<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
The service to manage sinks.
SinksApiV3Resource - org.apache.pulsar.functions.worker.rest.api.v3中的类
 
SinksApiV3Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
SinksImpl - org.apache.pulsar.functions.worker.rest.api中的类
 
SinksImpl(Supplier<PulsarWorkerService>) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
SourceApiV3Resource - org.apache.pulsar.functions.worker.rest.api.v3中的类
已过时。
SourceApiV3Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v3.SourceApiV3Resource
已过时。
 
Sources<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
The service to manage sources.
SourcesApiV3Resource - org.apache.pulsar.functions.worker.rest.api.v3中的类
 
SourcesApiV3Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
SourcesImpl - org.apache.pulsar.functions.worker.rest.api中的类
 
SourcesImpl(Supplier<PulsarWorkerService>) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
start() - 类中的方法 org.apache.pulsar.functions.worker.ClusterServiceCoordinator
 
start() - 类中的方法 org.apache.pulsar.functions.worker.FunctionAssignmentTailer
 
start() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
 
start() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 
start() - 类中的方法 org.apache.pulsar.functions.worker.LeaderService
 
start() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
start() - 类中的方法 org.apache.pulsar.functions.worker.Worker
 
start(AuthenticationService, AuthorizationService, ErrorNotifier) - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
start(AuthenticationService, AuthorizationService, ErrorNotifier) - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
start(AuthenticationService, AuthorizationService, ErrorNotifier) - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Start the worker API service.
startFromMessage(MessageId) - 类中的方法 org.apache.pulsar.functions.worker.FunctionAssignmentTailer
 
startFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
startFunction(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
startFunction(FunctionRuntimeInfo) - 类中的方法 org.apache.pulsar.functions.worker.FunctionActioner
 
startFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
startFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
startFunctionInstances(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
startFunctionInstances(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
startInstanceProcessTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
startInstanceProcessTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
startSink(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
startSink(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
startSource(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
startSource(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
startupTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
startupTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
stop() - 类中的方法 org.apache.pulsar.functions.worker.PulsarWorkerService
 
stop() - 类中的方法 org.apache.pulsar.functions.worker.rest.WorkerServer
 
stop() - 类中的方法 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
stop() - 类中的方法 org.apache.pulsar.functions.worker.Worker
 
stop() - 接口中的方法 org.apache.pulsar.functions.worker.WorkerService
Stop the worker API service.
stopAllOwnedFunctions() - 类中的方法 org.apache.pulsar.functions.worker.FunctionRuntimeManager
It stops all functions instances owned by current worker
stopFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
stopFunction(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
stopFunction(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
stopFunction(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
stopFunction(FunctionRuntimeInfo) - 类中的方法 org.apache.pulsar.functions.worker.FunctionActioner
 
stopFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
stopFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
stopFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
stopFunctionInstance(String, String, String, String, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
stopFunctionInstances(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
stopFunctionInstances(String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
stopFunctionInstances(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
stopFunctionInstances(String, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
stopInstanceProcessTimeEnd() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
stopInstanceProcessTimeStart() - 类中的方法 org.apache.pulsar.functions.worker.WorkerStatsManager
 
stopSink(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
stopSink(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
stopSource(String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
stopSource(String, String, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
stopWhenNoMoreMessages() - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataTopicTailer
 

T

terminateFunction(FunctionRuntimeInfo) - 类中的方法 org.apache.pulsar.functions.worker.FunctionActioner
 
throwRestExceptionIfUnauthorizedForNamespace(String, String, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
throwUnavailableException() - 类中的静态方法 org.apache.pulsar.functions.worker.rest.RestUtils
 
TooFewWorkersException() - 异常错误的构造器 org.apache.pulsar.functions.worker.SchedulerManager.TooFewWorkersException
 
triggerError(Throwable) - 接口中的方法 org.apache.pulsar.functions.worker.ErrorNotifier
 
triggerError(Throwable) - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierImpl
 
triggerError(Throwable) - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierShutdownServiceImpl
 
triggerFunction(String, String, String, String, InputStream, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
triggerFunction(String, String, String, String, InputStream, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
triggerFunction(String, String, String, String, InputStream, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
triggerFunction(String, String, String, String, InputStream, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
triggerFunction(String, String, String, String, InputStream, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
triggerFunction(String, String, String, String, InputStream, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
triggerReadToTheEndAndExit() - 类中的方法 org.apache.pulsar.functions.worker.FunctionAssignmentTailer
 

U

UnknownWorkerException() - 异常错误的构造器 org.apache.pulsar.functions.worker.SchedulerManager.UnknownWorkerException
 
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, AuthenticationParameters, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
 
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, AuthenticationParameters, UpdateOptionsImpl) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Functions
Update a function.
updateFunction(String, String, String, InputStream, FormDataContentDisposition, String, FunctionConfig, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
updateFunctionOnLeader(Function.FunctionMetaData, boolean) - 类中的方法 org.apache.pulsar.functions.worker.FunctionMetaDataManager
Called by the worker when we are in the leader mode.
updateFunctionOnWorkerLeader(String, String, String, InputStream, boolean) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
updateFunctionOnWorkerLeader(String, String, String, InputStream, boolean, URI, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImpl
 
updateFunctionOnWorkerLeader(String, String, String, InputStream, boolean, URI, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Functions
 
updateSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, AuthenticationParameters, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SinksImpl
 
updateSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, AuthenticationParameters, UpdateOptionsImpl) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sinks
Update a function.
updateSink(String, String, String, InputStream, FormDataContentDisposition, String, SinkConfig, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
 
updateSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, AuthenticationParameters, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.SourcesImpl
 
updateSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, AuthenticationParameters, UpdateOptionsImpl) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Sources
Update a function.
updateSource(String, String, String, InputStream, FormDataContentDisposition, String, SourceConfig, UpdateOptionsImpl) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
 
updateWorkerDrainMap() - 类中的方法 org.apache.pulsar.functions.worker.SchedulerManager
 
uploadFileToBookkeeper(String, File, Namespace) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
uploadFunction(InputStream, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v2.FunctionsApiV2Resource
 
uploadFunction(InputStream, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource
 
uploadFunction(InputStream, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
uploadFunction(InputStream, String, AuthenticationParameters) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.FunctionsImplV2
 
uploadFunction(InputStream, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
uploadFunction(InputStream, String, AuthenticationParameters) - 接口中的方法 org.apache.pulsar.functions.worker.service.api.FunctionsV2
 
uploadToBookKeeper(Namespace, InputStream, String) - 类中的静态方法 org.apache.pulsar.functions.worker.WorkerUtils
 
uri - 类中的变量 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
uri - 类中的变量 org.apache.pulsar.functions.worker.rest.FunctionApiResource
 

V

validateGetFunctionInstanceRequestParams(String, String, String, Function.FunctionDetails.ComponentType, String) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
validateGetFunctionRequestParams(String, String, String, Function.FunctionDetails.ComponentType) - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 

W

waitForError() - 接口中的方法 org.apache.pulsar.functions.worker.ErrorNotifier
 
waitForError() - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierImpl
 
waitForError() - 类中的方法 org.apache.pulsar.functions.worker.ErrorNotifierShutdownServiceImpl
 
worker() - 类中的方法 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
worker() - 接口中的方法 org.apache.pulsar.functions.worker.service.api.Component
 
Worker - org.apache.pulsar.functions.worker中的类
 
Worker(WorkerConfig) - 类的构造器 org.apache.pulsar.functions.worker.Worker
 
WorkerApiV2Resource - org.apache.pulsar.functions.worker.rest.api.v2中的类
 
WorkerApiV2Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v2.WorkerApiV2Resource
 
WorkerImpl - org.apache.pulsar.functions.worker.rest.api中的类
 
WorkerImpl(Supplier<PulsarWorkerService>) - 类的构造器 org.apache.pulsar.functions.worker.rest.api.WorkerImpl
 
WorkerNotRemovedAfterPriorDrainException() - 异常错误的构造器 org.apache.pulsar.functions.worker.SchedulerManager.WorkerNotRemovedAfterPriorDrainException
 
WorkerReadinessResource - org.apache.pulsar.functions.worker.rest中的类
 
WorkerReadinessResource() - 类的构造器 org.apache.pulsar.functions.worker.rest.WorkerReadinessResource
 
Workers<W extends WorkerService> - org.apache.pulsar.functions.worker.service.api中的接口
The service to manage worker.
WorkerServer - org.apache.pulsar.functions.worker.rest中的类
 
WorkerServer(WorkerService, AuthenticationService) - 类的构造器 org.apache.pulsar.functions.worker.rest.WorkerServer
 
WorkerService - org.apache.pulsar.functions.worker中的接口
API service provides the ability to manage functions.
WorkerServiceDefinition - org.apache.pulsar.functions.worker.service中的类
Metadata information about a function worker service.
WorkerServiceDefinition() - 类的构造器 org.apache.pulsar.functions.worker.service.WorkerServiceDefinition
 
WorkerServiceLoader - org.apache.pulsar.functions.worker.service中的类
Loader to load worker service.
WorkerServiceLoader() - 类的构造器 org.apache.pulsar.functions.worker.service.WorkerServiceLoader
 
workerServiceSupplier - 类中的变量 org.apache.pulsar.functions.worker.rest.api.ComponentImpl
 
WorkerServiceWithClassLoader - org.apache.pulsar.functions.worker.service中的类
A worker service with its classloader.
WorkerServiceWithClassLoader() - 类的构造器 org.apache.pulsar.functions.worker.service.WorkerServiceWithClassLoader
 
WorkerStatsApiV2Resource - org.apache.pulsar.functions.worker.rest.api.v2中的类
 
WorkerStatsApiV2Resource() - 类的构造器 org.apache.pulsar.functions.worker.rest.api.v2.WorkerStatsApiV2Resource
 
WorkerStatsManager - org.apache.pulsar.functions.worker中的类
 
WorkerStatsManager(WorkerConfig, boolean) - 类的构造器 org.apache.pulsar.functions.worker.WorkerStatsManager
 
WorkerUtils - org.apache.pulsar.functions.worker中的类
 
WorkerUtils.NotLeaderAnymore - org.apache.pulsar.functions.worker中的异常错误
 
write(byte[]) - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
write(byte[], int, int) - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
write(int) - 类中的方法 org.apache.pulsar.functions.worker.dlog.DLOutputStream
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格