Enum Class的使用
org.apache.pulsar.client.admin.Topics.QueryParam
使用Topics.QueryParam的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.pulsar.client.admin中Topics.QueryParam的使用
修饰符和类型方法说明static 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.类型变量类型为Topics.QueryParam的org.apache.pulsar.client.admin中的方法参数修饰符和类型方法说明Topics.getList(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Get the list of topics under a namespace.Topics.getListAsync(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Get the list of topics under a namespace asynchronously.