public static enum HdfsEndpointBuilderFactory.HdfsCompressionCodec extends Enum<HdfsEndpointBuilderFactory.HdfsCompressionCodec>
org.apache.camel.component.hdfs.HdfsCompressionCodec enum.| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.HdfsCompressionCodec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsEndpointBuilderFactory.HdfsCompressionCodec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HdfsEndpointBuilderFactory.HdfsCompressionCodec DEFAULT
public static final HdfsEndpointBuilderFactory.HdfsCompressionCodec GZIP
public static final HdfsEndpointBuilderFactory.HdfsCompressionCodec BZIP2
public static HdfsEndpointBuilderFactory.HdfsCompressionCodec[] values()
for (HdfsEndpointBuilderFactory.HdfsCompressionCodec c : HdfsEndpointBuilderFactory.HdfsCompressionCodec.values()) System.out.println(c);
public static HdfsEndpointBuilderFactory.HdfsCompressionCodec 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 nullApache Camel