Uses of Class
org.apache.pulsar.common.naming.TopicVersion
-
Packages that use TopicVersion 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.naming Implementation of policies. -
-
Uses of TopicVersion in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin with parameters of type TopicVersion Modifier and Type Method Description voidBrokers. healthcheck(TopicVersion topicVersion)Run a healthcheck on the broker.java.util.concurrent.CompletableFuture<java.lang.Void>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 TopicVersion Modifier and Type Method Description static TopicVersionTopicVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TopicVersion[]TopicVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-