public static enum PulsarApi.CompressionType extends Enum<PulsarApi.CompressionType> implements org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLite
| Modifier and Type | Field and Description |
|---|---|
static int |
LZ4_VALUE |
static int |
NONE_VALUE |
static int |
SNAPPY_VALUE |
static int |
ZLIB_VALUE |
static int |
ZSTD_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CompressionType> |
internalGetValueMap() |
static PulsarApi.CompressionType |
valueOf(int value) |
static PulsarApi.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarApi.CompressionType NONE
public static final PulsarApi.CompressionType LZ4
public static final PulsarApi.CompressionType ZLIB
public static final PulsarApi.CompressionType ZSTD
public static final PulsarApi.CompressionType SNAPPY
public static final int NONE_VALUE
public static final int LZ4_VALUE
public static final int ZLIB_VALUE
public static final int ZSTD_VALUE
public static final int SNAPPY_VALUE
public static PulsarApi.CompressionType[] values()
for (PulsarApi.CompressionType c : PulsarApi.CompressionType.values()) System.out.println(c);
public static PulsarApi.CompressionType 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.CompressionType valueOf(int value)
public static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CompressionType> internalGetValueMap()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.