Uses of Class
org.apache.pulsar.common.api.proto.CommandGetTopicsOfNamespaceResponse
Packages that use CommandGetTopicsOfNamespaceResponse
Package
Description
Common protocol.
-
Uses of CommandGetTopicsOfNamespaceResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetTopicsOfNamespaceResponseModifier and TypeMethodDescriptionCommandGetTopicsOfNamespaceResponse.addAllTopics(Iterable<String> topics) CommandGetTopicsOfNamespaceResponse.clear()CommandGetTopicsOfNamespaceResponse.clearChanged()CommandGetTopicsOfNamespaceResponse.clearFiltered()CommandGetTopicsOfNamespaceResponse.clearRequestId()CommandGetTopicsOfNamespaceResponse.clearTopics()CommandGetTopicsOfNamespaceResponse.clearTopicsHash()CommandGetTopicsOfNamespaceResponse.copyFrom(CommandGetTopicsOfNamespaceResponse _other) BaseCommand.getGetTopicsOfNamespaceResponse()CommandGetTopicsOfNamespaceResponse.setChanged(boolean changed) CommandGetTopicsOfNamespaceResponse.setFiltered(boolean filtered) BaseCommand.setGetTopicsOfNamespaceResponse()CommandGetTopicsOfNamespaceResponse.setRequestId(long requestId) CommandGetTopicsOfNamespaceResponse.setTopicsHash(String topicsHash) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetTopicsOfNamespaceResponseModifier and TypeMethodDescriptionCommandGetTopicsOfNamespaceResponse.copyFrom(CommandGetTopicsOfNamespaceResponse _other) -
Uses of CommandGetTopicsOfNamespaceResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetTopicsOfNamespaceResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleGetTopicsOfNamespaceSuccess(CommandGetTopicsOfNamespaceResponse response)