public enum ExportOutputType extends Enum<ExportOutputType>
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends org.apache.hadoop.mapreduce.InputFormat> |
getInputFormatClass() |
abstract Class<? extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat> |
getOutputFormatClass(org.apache.commons.cli.CommandLine cmdline) |
abstract Class<? extends org.apache.hadoop.io.Writable> |
getWritableClass() |
static ExportOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportOutputType DOCUMENT
public static final ExportOutputType ARCHIVE
public static ExportOutputType[] values()
for (ExportOutputType c : ExportOutputType.values()) System.out.println(c);
public static ExportOutputType 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 nullpublic abstract Class<? extends org.apache.hadoop.io.Writable> getWritableClass()
public abstract Class<? extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat> getOutputFormatClass(org.apache.commons.cli.CommandLine cmdline)
public abstract Class<? extends org.apache.hadoop.mapreduce.InputFormat> getInputFormatClass()
Copyright © 2020 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com