Uses of Enum Class
org.apache.pulsar.common.api.proto.CommandGetTopicsOfNamespace.Mode
Packages that use CommandGetTopicsOfNamespace.Mode
Package
Description
Common protocol.
-
Uses of CommandGetTopicsOfNamespace.Mode in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetTopicsOfNamespace.ModeModifier and TypeMethodDescriptionCommandGetTopicsOfNamespace.getMode()CommandGetTopicsOfNamespace.Mode.valueOf(int n) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static CommandGetTopicsOfNamespace.Mode[]CommandGetTopicsOfNamespace.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetTopicsOfNamespace.ModeModifier and TypeMethodDescriptionCommandGetTopicsOfNamespace.setMode(CommandGetTopicsOfNamespace.Mode mode) -
Uses of CommandGetTopicsOfNamespace.Mode in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetTopicsOfNamespace.ModeModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.newGetTopicsOfNamespaceRequest(String namespace, long requestId, CommandGetTopicsOfNamespace.Mode mode, String topicsPattern, String topicsHash)