public enum ReExecutionStrategyType extends Enum<ReExecutionStrategyType>
| Enum Constant and Description |
|---|
DAGSUBMIT |
OVERLAY |
RECOMPILE_WITHOUT_CBO |
REEXECUTE_LOST_AM |
REOPTIMIZE |
WRITE_CONFLICT |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IReExecutionPlugin> |
getPluginClass() |
static Class<? extends IReExecutionPlugin> |
getPluginClassByName(String strategy) |
static ReExecutionStrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReExecutionStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReExecutionStrategyType OVERLAY
public static final ReExecutionStrategyType REOPTIMIZE
public static final ReExecutionStrategyType REEXECUTE_LOST_AM
public static final ReExecutionStrategyType RECOMPILE_WITHOUT_CBO
public static final ReExecutionStrategyType DAGSUBMIT
public static final ReExecutionStrategyType WRITE_CONFLICT
public static ReExecutionStrategyType[] values()
for (ReExecutionStrategyType c : ReExecutionStrategyType.values()) System.out.println(c);
public static ReExecutionStrategyType 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 Class<? extends IReExecutionPlugin> getPluginClass()
public static Class<? extends IReExecutionPlugin> getPluginClassByName(String strategy)
Copyright © 2024 The Apache Software Foundation. All rights reserved.