public static enum CandidateTablePruneCause.SkipUpdatePeriodCode extends Enum<CandidateTablePruneCause.SkipUpdatePeriodCode>
| Enum Constant and Description | 
|---|
| INVALID | 
| QUERY_INTERVAL_BIGGER | 
| Modifier and Type | Method and Description | 
|---|---|
| static CandidateTablePruneCause.SkipUpdatePeriodCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CandidateTablePruneCause.SkipUpdatePeriodCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CandidateTablePruneCause.SkipUpdatePeriodCode INVALID
public static final CandidateTablePruneCause.SkipUpdatePeriodCode QUERY_INTERVAL_BIGGER
public static CandidateTablePruneCause.SkipUpdatePeriodCode[] values()
for (CandidateTablePruneCause.SkipUpdatePeriodCode c : CandidateTablePruneCause.SkipUpdatePeriodCode.values()) System.out.println(c);
public static CandidateTablePruneCause.SkipUpdatePeriodCode 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–2016 Apache Software Foundation. All rights reserved.