|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CandidateTablePruneCause.CandidateTablePruneCode>
org.apache.lens.cube.parse.CandidateTablePruneCause.CandidateTablePruneCode
public static enum CandidateTablePruneCause.CandidateTablePruneCode
| Method Summary | |
|---|---|
static CandidateTablePruneCause.CandidateTablePruneCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CandidateTablePruneCause.CandidateTablePruneCode[] |
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.CandidateTablePruneCode INVALID
public static final CandidateTablePruneCause.CandidateTablePruneCode COLUMN_NOT_VALID
public static final CandidateTablePruneCause.CandidateTablePruneCode COLUMN_NOT_FOUND
public static final CandidateTablePruneCause.CandidateTablePruneCode INVALID_DENORM_TABLE
public static final CandidateTablePruneCause.CandidateTablePruneCode MISSING_STORAGES
public static final CandidateTablePruneCause.CandidateTablePruneCode NO_CANDIDATE_STORAGES
public static final CandidateTablePruneCause.CandidateTablePruneCode NO_FACT_UPDATE_PERIODS_FOR_GIVEN_RANGE
public static final CandidateTablePruneCause.CandidateTablePruneCode NO_COLUMN_PART_OF_A_JOIN_PATH
public static final CandidateTablePruneCause.CandidateTablePruneCode MORE_WEIGHT
public static final CandidateTablePruneCause.CandidateTablePruneCode MORE_PARTITIONS
public static final CandidateTablePruneCause.CandidateTablePruneCode MISSING_DEFAULT_AGGREGATE
public static final CandidateTablePruneCause.CandidateTablePruneCode MISSING_PARTITIONS
| Method Detail |
|---|
public static CandidateTablePruneCause.CandidateTablePruneCode[] values()
for (CandidateTablePruneCause.CandidateTablePruneCode c : CandidateTablePruneCause.CandidateTablePruneCode.values()) System.out.println(c);
public static CandidateTablePruneCause.CandidateTablePruneCode 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 | |||||||||