| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
CommandGetTopicsOfNamespace.Mode |
CommandGetTopicsOfNamespace.getMode() |
static CommandGetTopicsOfNamespace.Mode |
CommandGetTopicsOfNamespace.Mode.valueOf(int n) |
static CommandGetTopicsOfNamespace.Mode |
CommandGetTopicsOfNamespace.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandGetTopicsOfNamespace.Mode[] |
CommandGetTopicsOfNamespace.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandGetTopicsOfNamespace |
CommandGetTopicsOfNamespace.setMode(CommandGetTopicsOfNamespace.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newGetTopicsOfNamespaceRequest(String namespace,
long requestId,
CommandGetTopicsOfNamespace.Mode mode) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.