Uses of Class
org.apache.pulsar.broker.service.persistent.PersistentTopic
Packages that use PersistentTopic
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
The implementation of a transaction buffer.
-
Uses of PersistentTopic in org.apache.pulsar.broker.admin.impl
Methods in org.apache.pulsar.broker.admin.impl that return types with arguments of type PersistentTopicModifier and TypeMethodDescriptionprotected CompletableFuture<PersistentTopic>TransactionsBase.getExistingPersistentTopicAsync(boolean authoritative) -
Uses of PersistentTopic in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type PersistentTopicModifier and TypeMethodDescriptionvoidBacklogQuotaManager.handleExceededBacklogQuota(PersistentTopic persistentTopic, org.apache.pulsar.common.policies.data.BacklogQuota.BacklogQuotaType backlogQuotaType, boolean preciseTimeBasedBacklogQuotaCheck) Handle exceeded size backlog by using policies set in the zookeeper for given topic.Method parameters in org.apache.pulsar.broker.service with type arguments of type PersistentTopicModifier and TypeMethodDescriptionvoidBrokerService.forEachPersistentTopic(Consumer<PersistentTopic> consumer) -
Uses of PersistentTopic in org.apache.pulsar.broker.service.persistent
Subclasses of PersistentTopic in org.apache.pulsar.broker.service.persistentFields in org.apache.pulsar.broker.service.persistent declared as PersistentTopicModifier and TypeFieldDescriptionprotected final PersistentTopicPersistentDispatcherMultipleConsumers.topicprotected final PersistentTopicPersistentDispatcherSingleActiveConsumer.topicprotected final PersistentTopicPersistentSubscription.topicMethods in org.apache.pulsar.broker.service.persistent that return PersistentTopicConstructors in org.apache.pulsar.broker.service.persistent with parameters of type PersistentTopicModifierConstructorDescriptionCompactorSubscription(PersistentTopic topic, CompactedTopic compactedTopic, String subscriptionName, org.apache.bookkeeper.mledger.ManagedCursor cursor) DispatchRateLimiter(PersistentTopic topic, String subscriptionName, DispatchRateLimiter.Type type) DispatchRateLimiter(PersistentTopic topic, DispatchRateLimiter.Type type) MessageDeduplication(PulsarService pulsar, PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedLedger managedLedger) PersistentDispatcherMultipleConsumers(PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedCursor cursor, Subscription subscription) PersistentDispatcherMultipleConsumers(PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedCursor cursor, Subscription subscription, boolean allowOutOfOrderDelivery) PersistentDispatcherSingleActiveConsumer(org.apache.bookkeeper.mledger.ManagedCursor cursor, org.apache.pulsar.common.api.proto.CommandSubscribe.SubType subscriptionType, int partitionIndex, PersistentTopic topic, Subscription subscription) PersistentReplicator(PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedCursor cursor, String localCluster, String remoteCluster, BrokerService brokerService, org.apache.pulsar.client.impl.PulsarClientImpl replicationClient) PersistentStreamingDispatcherMultipleConsumers(PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedCursor cursor, Subscription subscription) PersistentStreamingDispatcherSingleActiveConsumer(org.apache.bookkeeper.mledger.ManagedCursor cursor, org.apache.pulsar.common.api.proto.CommandSubscribe.SubType subscriptionType, int partitionIndex, PersistentTopic topic, Subscription subscription) PersistentSubscription(PersistentTopic topic, String subscriptionName, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean replicated) PersistentSubscription(PersistentTopic topic, String subscriptionName, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean replicated, Map<String, String> subscriptionProperties) ReplicatedSubscriptionsController(PersistentTopic topic, String localCluster) -
Uses of PersistentTopic in org.apache.pulsar.broker.transaction.buffer.impl
Constructors in org.apache.pulsar.broker.transaction.buffer.impl with parameters of type PersistentTopic