public static enum Debugpb.BottommostLevelCompaction extends Enum<Debugpb.BottommostLevelCompaction> implements com.google.protobuf.ProtocolMessageEnum
debugpb.BottommostLevelCompaction
Enum Constant and Description |
---|
Force
Force bottommost level compaction
|
IfHaveCompactionFilter
Compact bottommost level if there is a compaction filter.
|
Skip
Skip bottommost level compaction
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
Force_VALUE
Force bottommost level compaction
|
static int |
IfHaveCompactionFilter_VALUE
Compact bottommost level if there is a compaction filter.
|
static int |
Skip_VALUE
Skip bottommost level compaction
|
Modifier and Type | Method and Description |
---|---|
static Debugpb.BottommostLevelCompaction |
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<Debugpb.BottommostLevelCompaction> |
internalGetValueMap() |
static Debugpb.BottommostLevelCompaction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Debugpb.BottommostLevelCompaction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Debugpb.BottommostLevelCompaction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Debugpb.BottommostLevelCompaction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Debugpb.BottommostLevelCompaction Skip
Skip bottommost level compaction
Skip = 0;
public static final Debugpb.BottommostLevelCompaction Force
Force bottommost level compaction
Force = 1;
public static final Debugpb.BottommostLevelCompaction IfHaveCompactionFilter
Compact bottommost level if there is a compaction filter.
IfHaveCompactionFilter = 2;
public static final Debugpb.BottommostLevelCompaction UNRECOGNIZED
public static final int Skip_VALUE
Skip bottommost level compaction
Skip = 0;
public static final int Force_VALUE
Force bottommost level compaction
Force = 1;
public static final int IfHaveCompactionFilter_VALUE
Compact bottommost level if there is a compaction filter.
IfHaveCompactionFilter = 2;
public static Debugpb.BottommostLevelCompaction[] values()
for (Debugpb.BottommostLevelCompaction c : Debugpb.BottommostLevelCompaction.values()) System.out.println(c);
public static Debugpb.BottommostLevelCompaction 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 Debugpb.BottommostLevelCompaction valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Debugpb.BottommostLevelCompaction forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Debugpb.BottommostLevelCompaction> 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 Debugpb.BottommostLevelCompaction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.