public static enum SpoofCompiler.PlanCachePolicy extends Enum<SpoofCompiler.PlanCachePolicy>
| Modifier and Type | Method and Description | 
|---|---|
| static SpoofCompiler.PlanCachePolicy | get(boolean planCache,
   boolean compileLiterals) | 
| static SpoofCompiler.PlanCachePolicy | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpoofCompiler.PlanCachePolicy[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpoofCompiler.PlanCachePolicy CONSTANT
public static final SpoofCompiler.PlanCachePolicy CSLH
public static final SpoofCompiler.PlanCachePolicy NONE
public static SpoofCompiler.PlanCachePolicy[] values()
for (SpoofCompiler.PlanCachePolicy c : SpoofCompiler.PlanCachePolicy.values()) System.out.println(c);
public static SpoofCompiler.PlanCachePolicy 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 nullpublic static SpoofCompiler.PlanCachePolicy get(boolean planCache, boolean compileLiterals)
Copyright © 2021 The Apache Software Foundation. All rights reserved.