public static enum HadoopShims.HCatHadoopShims.PropertyName extends Enum<HadoopShims.HCatHadoopShims.PropertyName>
Enum Constant and Description |
---|
CACHE_ARCHIVES |
CACHE_FILES |
CACHE_SYMLINK |
CLASSPATH_ARCHIVES |
CLASSPATH_FILES |
Modifier and Type | Method and Description |
---|---|
static HadoopShims.HCatHadoopShims.PropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HadoopShims.HCatHadoopShims.PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopShims.HCatHadoopShims.PropertyName CACHE_ARCHIVES
public static final HadoopShims.HCatHadoopShims.PropertyName CACHE_FILES
public static final HadoopShims.HCatHadoopShims.PropertyName CACHE_SYMLINK
public static final HadoopShims.HCatHadoopShims.PropertyName CLASSPATH_ARCHIVES
public static final HadoopShims.HCatHadoopShims.PropertyName CLASSPATH_FILES
public static HadoopShims.HCatHadoopShims.PropertyName[] values()
for (HadoopShims.HCatHadoopShims.PropertyName c : HadoopShims.HCatHadoopShims.PropertyName.values()) System.out.println(c);
public static HadoopShims.HCatHadoopShims.PropertyName 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 © 2017 The Apache Software Foundation. All rights reserved.