Uses of Enum Class
org.apache.pulsar.common.naming.TopicVersion
Packages that use TopicVersion
Package
Description
Implementation of policies.
-
Uses of TopicVersion in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin with parameters of type TopicVersionModifier and TypeMethodDescriptionvoid
Brokers.healthcheck
(TopicVersion topicVersion) Run a healthcheck on the broker.Brokers.healthcheckAsync
(TopicVersion topicVersion) Run a healthcheck on the broker asynchronously. -
Uses of TopicVersion in org.apache.pulsar.common.naming
Methods in org.apache.pulsar.common.naming that return TopicVersionModifier and TypeMethodDescriptionstatic TopicVersion
Returns the enum constant of this class with the specified name.static TopicVersion[]
TopicVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.