Uses of Interface
org.apache.camel.builder.component.dsl.HdfsComponentBuilderFactory.HdfsComponentBuilder
Packages that use HdfsComponentBuilderFactory.HdfsComponentBuilder
-
Uses of HdfsComponentBuilderFactory.HdfsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return HdfsComponentBuilderFactory.HdfsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.hdfs()HDFS (camel-hdfs) Read and write from/to an HDFS filesystem using Hadoop 2.x. -
Uses of HdfsComponentBuilderFactory.HdfsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement HdfsComponentBuilderFactory.HdfsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return HdfsComponentBuilderFactory.HdfsComponentBuilderModifier and TypeMethodDescriptionHdfsComponentBuilderFactory.HdfsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.HdfsComponentBuilderFactory.HdfsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.HdfsComponentBuilderFactory.hdfs()HDFS (camel-hdfs) Read and write from/to an HDFS filesystem using Hadoop 2.x.HdfsComponentBuilderFactory.HdfsComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.HdfsComponentBuilderFactory.HdfsComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.HdfsComponentBuilderFactory.HdfsComponentBuilder.jAASConfiguration(Configuration jAASConfiguration) To use the given configuration for security with JAAS.HdfsComponentBuilderFactory.HdfsComponentBuilder.kerberosConfigFile(String kerberosConfigFile) To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an existing file.HdfsComponentBuilderFactory.HdfsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).