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