Uses of Class
org.apache.pulsar.functions.worker.WorkerUtils.NotLeaderAnymore
-
Packages that use WorkerUtils.NotLeaderAnymore Package Description org.apache.pulsar.functions.worker -
-
Uses of WorkerUtils.NotLeaderAnymore in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker that throw WorkerUtils.NotLeaderAnymore Modifier and Type Method Description org.apache.pulsar.client.api.Producer<byte[]>FunctionMetaDataManager. acquireExclusiveWrite(java.util.function.Supplier<java.lang.Boolean> isLeader)Acquires a exclusive producer.org.apache.pulsar.client.api.Producer<byte[]>SchedulerManager. acquireExclusiveWrite(java.util.function.Supplier<java.lang.Boolean> isLeader)Acquires a exclusive producer.static org.apache.pulsar.client.api.Producer<byte[]>WorkerUtils. createExclusiveProducerWithRetry(org.apache.pulsar.client.api.PulsarClient client, java.lang.String topic, java.lang.String producerName, java.util.function.Supplier<java.lang.Boolean> isLeader, int sleepInBetweenMs)
-