Uses of Class
org.apache.pulsar.broker.service.BrokerService
Packages that use BrokerService
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Pulsar broker protocol handlers.
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.
-
Uses of BrokerService in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return BrokerServiceModifier and TypeMethodDescriptionPulsarService.getBrokerService()Get a reference of the currentBrokerServiceinstance associated with the currentPulsarServiceinstance.protected BrokerServicePulsarService.newBrokerService(PulsarService pulsar) -
Uses of BrokerService in org.apache.pulsar.broker.protocol
Methods in org.apache.pulsar.broker.protocol with parameters of type BrokerServiceModifier and TypeMethodDescriptionvoidProtocolHandler.start(BrokerService service) Start the protocol handler with the provided broker service.voidProtocolHandlers.start(BrokerService service) -
Uses of BrokerService in org.apache.pulsar.broker.service
Fields in org.apache.pulsar.broker.service declared as BrokerServiceModifier and TypeFieldDescriptionprotected final BrokerServiceAbstractReplicator.brokerServiceprotected final BrokerServiceAbstractTopic.brokerServiceprotected BrokerServicePulsarMetadataEventSynchronizer.brokerServiceMethods in org.apache.pulsar.broker.service that return BrokerServiceModifier and TypeMethodDescriptionAbstractTopic.getBrokerService()ServerCnx.getBrokerService()Topic.getBrokerService()Get BrokerService.TransportCnx.getBrokerService()Methods in org.apache.pulsar.broker.service with parameters of type BrokerServiceModifier and TypeMethodDescription<T extends Topic>
TTopicFactory.create(String topic, org.apache.bookkeeper.mledger.ManagedLedger ledger, BrokerService brokerService, Class<T> topicClazz) <T extends Topic>
TBrokerService.newTopic(String topic, org.apache.bookkeeper.mledger.ManagedLedger ledger, BrokerService brokerService, Class<T> topicClazz) static CompletableFuture<Void>AbstractReplicator.validatePartitionedTopicAsync(String topic, BrokerService brokerService) Replication can't be started on root-partitioned-topic to avoid producer startup conflict.Constructors in org.apache.pulsar.broker.service with parameters of type BrokerServiceModifierConstructorDescriptionAbstractReplicator(String topicName, String replicatorPrefix, String localCluster, String remoteCluster, BrokerService brokerService, org.apache.pulsar.client.impl.PulsarClientImpl replicationClient) AbstractTopic(String topic, BrokerService brokerService) -
Uses of BrokerService in org.apache.pulsar.broker.service.nonpersistent
Constructors in org.apache.pulsar.broker.service.nonpersistent with parameters of type BrokerServiceModifierConstructorDescriptionNonPersistentReplicator(NonPersistentTopic topic, String localCluster, String remoteCluster, BrokerService brokerService, org.apache.pulsar.client.impl.PulsarClientImpl replicationClient) NonPersistentTopic(String topic, BrokerService brokerService) -
Uses of BrokerService in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type BrokerServiceModifier and TypeMethodDescriptionstatic Optional<org.apache.pulsar.common.policies.data.Policies>DispatchRateLimiter.getPolicies(BrokerService brokerService, String topicName) static CompletableFuture<Optional<org.apache.pulsar.common.policies.data.Policies>>DispatchRateLimiter.getPoliciesAsync(BrokerService brokerService, String topicName) static org.apache.pulsar.common.policies.data.SubscribeRateSubscribeRateLimiter.getPoliciesSubscribeRate(BrokerService brokerService, String topicName) Constructors in org.apache.pulsar.broker.service.persistent with parameters of type BrokerServiceModifierConstructorDescriptionDispatchRateLimiter(BrokerService brokerService) PersistentReplicator(PersistentTopic topic, org.apache.bookkeeper.mledger.ManagedCursor cursor, String localCluster, String remoteCluster, BrokerService brokerService, org.apache.pulsar.client.impl.PulsarClientImpl replicationClient) PersistentTopic(String topic, org.apache.bookkeeper.mledger.ManagedLedger ledger, BrokerService brokerService) SystemTopic(String topic, org.apache.bookkeeper.mledger.ManagedLedger ledger, BrokerService brokerService)