public static enum VectorGroupByDesc.ProcessingMode extends Enum<VectorGroupByDesc.ProcessingMode>
| Enum Constant and Description |
|---|
GLOBAL |
HASH |
MERGE_PARTIAL |
NONE |
STREAMING |
| Modifier and Type | Method and Description |
|---|---|
static VectorGroupByDesc.ProcessingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorGroupByDesc.ProcessingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorGroupByDesc.ProcessingMode NONE
public static final VectorGroupByDesc.ProcessingMode GLOBAL
public static final VectorGroupByDesc.ProcessingMode HASH
public static final VectorGroupByDesc.ProcessingMode MERGE_PARTIAL
public static final VectorGroupByDesc.ProcessingMode STREAMING
public static VectorGroupByDesc.ProcessingMode[] values()
for (VectorGroupByDesc.ProcessingMode c : VectorGroupByDesc.ProcessingMode.values()) System.out.println(c);
public static VectorGroupByDesc.ProcessingMode 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 © 2019 The Apache Software Foundation. All Rights Reserved.