Uses of Class
org.apache.camel.component.hdfs.HdfsHeader
-
Packages that use HdfsHeader Package Description org.apache.camel.component.hdfs -
-
Uses of HdfsHeader in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsHeader Modifier and Type Method Description static HdfsHeader
HdfsHeader. valueOf(String name)
Returns the enum constant of this type with the specified name.static HdfsHeader[]
HdfsHeader. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-