public static enum CandidateTablePruneCause.SkipStorageCode extends Enum<CandidateTablePruneCause.SkipStorageCode>
Enum Constant and Description |
---|
INVALID |
MISSING_UPDATE_PERIODS |
NO_CANDIDATE_PERIODS |
NO_PARTITIONS |
PART_COL_DOES_NOT_EXIST |
TABLE_NOT_EXIST |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullCopyright © 2014–2015 Apache Software Foundation. All rights reserved.