Uses of Interface
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder
Packages that use HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder
-
Uses of HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder 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.AdvancedHdfsEndpointConsumerBuilderModifier and TypeMethodDescriptionHdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.advanced()HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.blockSize(long blockSize) The size of the HDFS blocks.The size of the HDFS blocks.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.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.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.bridgeErrorHandler(String 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.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.bufferSize(int bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.bufferSize(String bufferSize) The buffer size used by HDFS.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.checkIdleInterval(int checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.checkIdleInterval(String checkIdleInterval) How often (time in millis) in to run the idle checker background task.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.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.AdvancedHdfsEndpointConsumerBuilder.compressionCodec(String compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionCodec(org.apache.camel.component.hdfs.HdfsCompressionCodec compressionCodec) The compression codec to use.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(String compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(org.apache.camel.component.hdfs.HdfsCompressionType compressionType) The compression type to use (is default not in use).HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.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.AdvancedHdfsEndpointConsumerBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.readSuffix(String readSuffix) Once the file has been read is renamed with this suffix to avoid to read it again.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.replication(short replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.replication(String replication) The HDFS replication factor.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.splitStrategy(String splitStrategy) In the current version of Hadoop opening a file in append mode is disabled since it's not very reliable.