Uses of Interface
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
Packages that use HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
-
Uses of HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the HDFS component.Methods in org.apache.camel.builder.endpoint.dsl that return HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilderModifier and TypeMethodDescriptionHdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder.advanced()HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.blockSize(long blockSize) The size of the HDFS blocks.The size of the HDFS blocks.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.bufferSize(int bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.bufferSize(String bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.checkIdleInterval(int checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.checkIdleInterval(String checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.chunkSize(int chunkSize) When reading a normal file, this is split into chunks producing a message per chunk.When reading a normal file, this is split into chunks producing a message per chunk.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.compressionCodec(String compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.compressionCodec(org.apache.camel.component.hdfs.HdfsCompressionCodec compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.compressionType(String compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.compressionType(org.apache.camel.component.hdfs.HdfsCompressionType compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.openedSuffix(String openedSuffix) When a file is opened for reading/writing the file is renamed with this suffix to avoid to read it during the writing phase.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.readSuffix(String readSuffix) Once the file has been read is renamed with this suffix to avoid to read it again.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.replication(short replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.replication(String replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder.splitStrategy(String splitStrategy) In the current version of Hadoop opening a file in append mode is disabled since it's not very reliable.