public static enum Statement.PSRuntimeBalancing extends Enum<Statement.PSRuntimeBalancing>
Enum Constant and Description |
---|
BASELINE |
CYCLE_AVG |
CYCLE_MAX |
CYCLE_MIN |
NONE |
SCALE_BATCH |
Modifier and Type | Method and Description |
---|---|
static Statement.PSRuntimeBalancing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSRuntimeBalancing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statement.PSRuntimeBalancing NONE
public static final Statement.PSRuntimeBalancing BASELINE
public static final Statement.PSRuntimeBalancing CYCLE_MIN
public static final Statement.PSRuntimeBalancing CYCLE_AVG
public static final Statement.PSRuntimeBalancing CYCLE_MAX
public static final Statement.PSRuntimeBalancing SCALE_BATCH
public static Statement.PSRuntimeBalancing[] values()
for (Statement.PSRuntimeBalancing c : Statement.PSRuntimeBalancing.values()) System.out.println(c);
public static Statement.PSRuntimeBalancing 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 © 2021 The Apache Software Foundation. All rights reserved.