Uses of Interface
org.apache.pulsar.common.policies.data.BrokerInfo
-
Packages that use BrokerInfo Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies.org.apache.pulsar.common.policies.data.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BrokerInfo in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return BrokerInfo Modifier and Type Method Description BrokerInfoBrokers. getLeaderBroker()Get the information of the leader broker.Methods in org.apache.pulsar.client.admin that return types with arguments of type BrokerInfo Modifier and Type Method Description java.util.concurrent.CompletableFuture<BrokerInfo>Brokers. getLeaderBrokerAsync()Get the service url of the leader broker asynchronously. -
Uses of BrokerInfo in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return BrokerInfo Modifier and Type Method Description BrokerInfoBrokerInfo.Builder. build() -
Uses of BrokerInfo in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement BrokerInfo Modifier and Type Class Description classBrokerInfoImplBroker Information.
-