Uses of Class
org.apache.camel.component.hdfs.WritableType
-
Packages that use WritableType Package Description org.apache.camel.component.hdfs -
-
Uses of WritableType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return WritableType Modifier and Type Method Description WritableTypeHdfsConfiguration. getKeyType()WritableTypeHdfsConfiguration. getValueType()static WritableTypeWritableType. valueOf(String name)Returns the enum constant of this type with the specified name.static WritableType[]WritableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.hdfs with parameters of type WritableType Modifier and Type Method Description voidHdfsConfiguration. setKeyType(WritableType keyType)The type for the key in case of sequence or map files.voidHdfsConfiguration. setValueType(WritableType valueType)The type for the key in case of sequence or map files
-