|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CandidateTablePruneCause.SkipStorageCode>
org.apache.lens.cube.parse.CandidateTablePruneCause.SkipStorageCode
public static enum CandidateTablePruneCause.SkipStorageCode
| Enum Constant Summary | |
|---|---|
INVALID
|
|
MISSING_UPDATE_PERIODS
|
|
NO_CANDIDATE_PERIODS
|
|
NO_PARTITIONS
|
|
PART_COL_DOES_NOT_EXIST
|
|
TABLE_NOT_EXIST
|
|
UNSUPPORTED
|
|
| Method Summary | |
|---|---|
static CandidateTablePruneCause.SkipStorageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CandidateTablePruneCause.SkipStorageCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CandidateTablePruneCause.SkipStorageCode INVALID
public static final CandidateTablePruneCause.SkipStorageCode TABLE_NOT_EXIST
public static final CandidateTablePruneCause.SkipStorageCode MISSING_UPDATE_PERIODS
public static final CandidateTablePruneCause.SkipStorageCode NO_CANDIDATE_PERIODS
public static final CandidateTablePruneCause.SkipStorageCode NO_PARTITIONS
public static final CandidateTablePruneCause.SkipStorageCode PART_COL_DOES_NOT_EXIST
public static final CandidateTablePruneCause.SkipStorageCode UNSUPPORTED
| Method Detail |
|---|
public static CandidateTablePruneCause.SkipStorageCode[] values()
for (CandidateTablePruneCause.SkipStorageCode c : CandidateTablePruneCause.SkipStorageCode.values()) System.out.println(c);
public static CandidateTablePruneCause.SkipStorageCode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||