public static enum Brpb.CompressionType extends Enum<Brpb.CompressionType> implements com.google.protobuf.ProtocolMessageEnum
sst files compression algorithmProtobuf enum
backup.CompressionType
Enum Constant and Description |
---|
LZ4
LZ4 = 1; |
SNAPPY
SNAPPY = 2; |
UNKNOWN
UNKNOWN = 0; |
UNRECOGNIZED |
ZSTD
ZSTD = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
LZ4_VALUE
LZ4 = 1; |
static int |
SNAPPY_VALUE
SNAPPY = 2; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
static int |
ZSTD_VALUE
ZSTD = 3; |
Modifier and Type | Method and Description |
---|---|
static Brpb.CompressionType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Brpb.CompressionType> |
internalGetValueMap() |
static Brpb.CompressionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Brpb.CompressionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Brpb.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Brpb.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Brpb.CompressionType UNKNOWN
UNKNOWN = 0;
public static final Brpb.CompressionType LZ4
LZ4 = 1;
public static final Brpb.CompressionType SNAPPY
SNAPPY = 2;
public static final Brpb.CompressionType ZSTD
ZSTD = 3;
public static final Brpb.CompressionType UNRECOGNIZED
public static final int UNKNOWN_VALUE
UNKNOWN = 0;
public static final int LZ4_VALUE
LZ4 = 1;
public static final int SNAPPY_VALUE
SNAPPY = 2;
public static final int ZSTD_VALUE
ZSTD = 3;
public static Brpb.CompressionType[] values()
for (Brpb.CompressionType c : Brpb.CompressionType.values()) System.out.println(c);
public static Brpb.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 com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Brpb.CompressionType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Brpb.CompressionType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Brpb.CompressionType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Brpb.CompressionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.