Uses of Class
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.HdfsFileType
-
Packages that use HdfsEndpointBuilderFactory.HdfsFileType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of HdfsEndpointBuilderFactory.HdfsFileType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return HdfsEndpointBuilderFactory.HdfsFileType Modifier and Type Method Description static HdfsEndpointBuilderFactory.HdfsFileType
HdfsEndpointBuilderFactory.HdfsFileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HdfsEndpointBuilderFactory.HdfsFileType[]
HdfsEndpointBuilderFactory.HdfsFileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type HdfsEndpointBuilderFactory.HdfsFileType Modifier and Type Method Description default HdfsEndpointBuilderFactory.HdfsEndpointBuilder
HdfsEndpointBuilderFactory.HdfsEndpointBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.default HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder
HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder
HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.
-