public static enum HadoopShims.HCatHadoopShims.PropertyName extends java.lang.Enum<HadoopShims.HCatHadoopShims.PropertyName>
Enum Constant and Description |
---|
CACHE_ARCHIVES |
CACHE_FILES |
CACHE_SYMLINK |
Modifier and Type | Method and Description |
---|---|
static HadoopShims.HCatHadoopShims.PropertyName |
valueOf(java.lang.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 HadoopShims.HCatHadoopShims.PropertyName[] values()
for (HadoopShims.HCatHadoopShims.PropertyName c : HadoopShims.HCatHadoopShims.PropertyName.values()) System.out.println(c);
public static HadoopShims.HCatHadoopShims.PropertyName 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 nullCopyright © 2012 The Apache Software Foundation