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.HdfsFileTypeHdfsEndpointBuilderFactory.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.HdfsEndpointBuilderHdfsEndpointBuilderFactory.HdfsEndpointBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)The file type to use.default HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilderHdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)The file type to use.default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilderHdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder. fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)The file type to use.
-