public enum EHiveStoredFileFormat extends Enum<EHiveStoredFileFormat>
Enum Constant and Description |
---|
sffFILEFORMAT_GENERIC |
sffSTORAGEHANDLER |
sffTABLEFILEFORMAT |
sffTBLORCFILE |
sffTBLRCFILE |
sffTBLSEQUENCEFILE |
sffTBLTEXTFILE |
Modifier and Type | Method and Description |
---|---|
static EHiveStoredFileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EHiveStoredFileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EHiveStoredFileFormat sffTBLSEQUENCEFILE
public static final EHiveStoredFileFormat sffTBLTEXTFILE
public static final EHiveStoredFileFormat sffTBLRCFILE
public static final EHiveStoredFileFormat sffTBLORCFILE
public static final EHiveStoredFileFormat sffTABLEFILEFORMAT
public static final EHiveStoredFileFormat sffSTORAGEHANDLER
public static final EHiveStoredFileFormat sffFILEFORMAT_GENERIC
public static EHiveStoredFileFormat[] values()
for (EHiveStoredFileFormat c : EHiveStoredFileFormat.values()) System.out.println(c);
public static EHiveStoredFileFormat 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 nullCopyright © 2019. All rights reserved.