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