Uses of Enum Class
org.apache.camel.component.hdfs.WritableType
Packages that use WritableType
-
Uses of WritableType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return WritableTypeModifier and TypeMethodDescriptionHdfsConfiguration.getKeyType()HdfsConfiguration.getValueType()static WritableTypeReturns the enum constant of this class with the specified name.static WritableType[]WritableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.hdfs with parameters of type WritableTypeModifier and TypeMethodDescriptionvoidHdfsConfiguration.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