public static enum OtsInternalApi.IndexUpdateMode extends Enum<OtsInternalApi.IndexUpdateMode> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
IUM_ASYNC_INDEX |
IUM_SYNC_INDEX |
| Modifier and Type | Field and Description |
|---|---|
static int |
IUM_ASYNC_INDEX_VALUE |
static int |
IUM_SYNC_INDEX_VALUE |
| Modifier and Type | Method and Description |
|---|---|
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<OtsInternalApi.IndexUpdateMode> |
internalGetValueMap() |
static OtsInternalApi.IndexUpdateMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.IndexUpdateMode |
valueOf(int value) |
static OtsInternalApi.IndexUpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsInternalApi.IndexUpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsInternalApi.IndexUpdateMode IUM_ASYNC_INDEX
public static final OtsInternalApi.IndexUpdateMode IUM_SYNC_INDEX
public static final int IUM_ASYNC_INDEX_VALUE
public static final int IUM_SYNC_INDEX_VALUE
public static OtsInternalApi.IndexUpdateMode[] values()
for (OtsInternalApi.IndexUpdateMode c : OtsInternalApi.IndexUpdateMode.values()) System.out.println(c);
public static OtsInternalApi.IndexUpdateMode 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static OtsInternalApi.IndexUpdateMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.IndexUpdateMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsInternalApi.IndexUpdateMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.