public static enum PulsarApi.CommandGetTopicsOfNamespace.Mode extends Enum<PulsarApi.CommandGetTopicsOfNamespace.Mode> implements org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLite
| Enum Constant and Description |
|---|
ALL |
NON_PERSISTENT |
PERSISTENT |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE |
static int |
NON_PERSISTENT_VALUE |
static int |
PERSISTENT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandGetTopicsOfNamespace.Mode> |
internalGetValueMap() |
static PulsarApi.CommandGetTopicsOfNamespace.Mode |
valueOf(int value) |
static PulsarApi.CommandGetTopicsOfNamespace.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CommandGetTopicsOfNamespace.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarApi.CommandGetTopicsOfNamespace.Mode PERSISTENT
public static final PulsarApi.CommandGetTopicsOfNamespace.Mode NON_PERSISTENT
public static final PulsarApi.CommandGetTopicsOfNamespace.Mode ALL
public static final int PERSISTENT_VALUE
public static final int NON_PERSISTENT_VALUE
public static final int ALL_VALUE
public static PulsarApi.CommandGetTopicsOfNamespace.Mode[] values()
for (PulsarApi.CommandGetTopicsOfNamespace.Mode c : PulsarApi.CommandGetTopicsOfNamespace.Mode.values()) System.out.println(c);
public static PulsarApi.CommandGetTopicsOfNamespace.Mode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLitepublic static PulsarApi.CommandGetTopicsOfNamespace.Mode valueOf(int value)
public static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandGetTopicsOfNamespace.Mode> internalGetValueMap()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.