Uses of Class
org.apache.pulsar.functions.worker.WorkerUtils.NotLeaderAnymore
Packages that use WorkerUtils.NotLeaderAnymore
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of WorkerUtils.NotLeaderAnymore in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker that throw WorkerUtils.NotLeaderAnymoreModifier and TypeMethodDescriptionorg.apache.pulsar.client.api.Producer<byte[]>FunctionMetaDataManager.acquireExclusiveWrite(Supplier<Boolean> isLeader) Acquires a exclusive producer.org.apache.pulsar.client.api.Producer<byte[]>SchedulerManager.acquireExclusiveWrite(Supplier<Boolean> isLeader) Acquires a exclusive producer.static org.apache.pulsar.client.api.Producer<byte[]>WorkerUtils.createExclusiveProducerWithRetry(org.apache.pulsar.client.api.PulsarClient client, String topic, String producerName, Supplier<Boolean> isLeader, int sleepInBetweenMs)