Uses of Interface
org.apache.pulsar.common.policies.data.BrokerStatus
Packages that use BrokerStatus
Package
Description
Implementation of policies.
Implementation of policies.
Implementation of policies.
-
Uses of BrokerStatus in org.apache.pulsar.common.policies
Methods in org.apache.pulsar.common.policies with parameters of type BrokerStatusModifier and TypeMethodDescriptionabstract boolean
AutoFailoverPolicy.isBrokerAvailable
(BrokerStatus brokerStatus) Determine whether a broker is considered available or not.Method parameters in org.apache.pulsar.common.policies with type arguments of type BrokerStatusModifier and TypeMethodDescriptionabstract boolean
AutoFailoverPolicy.shouldFailoverToSecondary
(SortedSet<BrokerStatus> brokerStatus) Checks to see whether the new namespace ownership should be failed over to the secondary brokers. -
Uses of BrokerStatus in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return BrokerStatus -
Uses of BrokerStatus in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement BrokerStatusModifier and TypeClassDescriptionfinal class
Information about the broker status.Methods in org.apache.pulsar.common.policies.data.impl with parameters of type BrokerStatus -
Uses of BrokerStatus in org.apache.pulsar.common.policies.impl
Methods in org.apache.pulsar.common.policies.impl with parameters of type BrokerStatusModifier and TypeMethodDescriptionboolean
MinAvailablePolicy.isBrokerAvailable
(BrokerStatus brokerStatus) Method parameters in org.apache.pulsar.common.policies.impl with type arguments of type BrokerStatusModifier and TypeMethodDescriptionboolean
MinAvailablePolicy.shouldFailoverToSecondary
(SortedSet<BrokerStatus> primaryCandidates)