Uses of Interface
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder
Packages that use HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder
-
Uses of HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderModifier and TypeMethodDescriptionHdfsEndpointBuilderFactory.HdfsEndpointBuilder.advanced()HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.blockSize(long blockSize) The size of the HDFS blocks.The size of the HDFS blocks.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.bufferSize(int bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.bufferSize(String bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.checkIdleInterval(int checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.checkIdleInterval(String checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.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.AdvancedHdfsEndpointBuilder.compressionCodec(String compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.compressionCodec(org.apache.camel.component.hdfs.HdfsCompressionCodec compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.compressionType(String compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.compressionType(org.apache.camel.component.hdfs.HdfsCompressionType compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.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.AdvancedHdfsEndpointBuilder.readSuffix(String readSuffix) Once the file has been read is renamed with this suffix to avoid to read it again.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.replication(short replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.replication(String replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.splitStrategy(String splitStrategy) In the current version of Hadoop opening a file in append mode is disabled since it's not very reliable.