Uses of Enum Class
org.apache.pulsar.client.admin.Topics.QueryParam
Packages that use Topics.QueryParam
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Topics.QueryParam in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return Topics.QueryParamModifier and TypeMethodDescriptionstatic Topics.QueryParamReturns the enum constant of this class with the specified name.static Topics.QueryParam[]Topics.QueryParam.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.pulsar.client.admin with type arguments of type Topics.QueryParamModifier and TypeMethodDescriptionTopics.getList(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Deprecated.Topics.getListAsync(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Deprecated.
Topics.getList(String, TopicDomain, ListTopicsOptions)instead.