public static enum ParForProgramBlock.PTaskPartitioner extends Enum<ParForProgramBlock.PTaskPartitioner>
Enum Constant and Description |
---|
FACTORING |
FACTORING_CMAX |
FACTORING_CMIN |
FIXED |
NAIVE |
STATIC |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static ParForProgramBlock.PTaskPartitioner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParForProgramBlock.PTaskPartitioner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParForProgramBlock.PTaskPartitioner FIXED
public static final ParForProgramBlock.PTaskPartitioner NAIVE
public static final ParForProgramBlock.PTaskPartitioner STATIC
public static final ParForProgramBlock.PTaskPartitioner FACTORING
public static final ParForProgramBlock.PTaskPartitioner FACTORING_CMIN
public static final ParForProgramBlock.PTaskPartitioner FACTORING_CMAX
public static final ParForProgramBlock.PTaskPartitioner UNSPECIFIED
public static ParForProgramBlock.PTaskPartitioner[] values()
for (ParForProgramBlock.PTaskPartitioner c : ParForProgramBlock.PTaskPartitioner.values()) System.out.println(c);
public static ParForProgramBlock.PTaskPartitioner 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 © 2020 The Apache Software Foundation. All rights reserved.