public enum FileStoreType extends java.lang.Enum<FileStoreType> implements com.google.protobuf.ProtocolMessageEnum
staros.FileStoreType| Enum Constant and Description |
|---|
AZBLOB
AZBLOB = 3; |
HDFS
HDFS = 2; |
INVALID
INVALID = 0; |
S3
S3 = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AZBLOB_VALUE
AZBLOB = 3; |
static int |
HDFS_VALUE
HDFS = 2; |
static int |
INVALID_VALUE
INVALID = 0; |
static int |
S3_VALUE
S3 = 1; |
| Modifier and Type | Method and Description |
|---|---|
static FileStoreType |
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<FileStoreType> |
internalGetValueMap() |
static FileStoreType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FileStoreType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FileStoreType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileStoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileStoreType INVALID
INVALID = 0;public static final FileStoreType S3
S3 = 1;public static final FileStoreType HDFS
HDFS = 2;public static final FileStoreType AZBLOB
AZBLOB = 3;public static final FileStoreType UNRECOGNIZED
public static final int INVALID_VALUE
INVALID = 0;public static final int S3_VALUE
S3 = 1;public static final int HDFS_VALUE
HDFS = 2;public static final int AZBLOB_VALUE
AZBLOB = 3;public static FileStoreType[] values()
for (FileStoreType c : FileStoreType.values()) System.out.println(c);
public static FileStoreType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FileStoreType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FileStoreType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FileStoreType> 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 FileStoreType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.