default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.advanced() |
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.blockSize(long blockSize) |
The size of the HDFS blocks.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.blockSize(String blockSize) |
The size of the HDFS blocks.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.bufferSize(int bufferSize) |
The buffer size used by HDFS.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.bufferSize(String bufferSize) |
The buffer size used by HDFS.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.checkIdleInterval(int checkIdleInterval) |
How often (time in millis) in to run the idle checker background
task.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.checkIdleInterval(String checkIdleInterval) |
How often (time in millis) in to run the idle checker background
task.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.chunkSize(int chunkSize) |
When reading a normal file, this is split into chunks producing a
message per chunk.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.chunkSize(String chunkSize) |
When reading a normal file, this is split into chunks producing a
message per chunk.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionCodec(String compressionCodec) |
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionCodec(org.apache.camel.component.hdfs.HdfsCompressionCodec compressionCodec) |
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(String compressionType) |
The compression type to use (is default not in use).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(org.apache.hadoop.io.SequenceFile.CompressionType compressionType) |
The compression type to use (is default not in use).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.readSuffix(String readSuffix) |
Once the file has been read is renamed with this suffix to avoid to
read it again.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.replication(short replication) |
The HDFS replication factor.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.replication(String replication) |
The HDFS replication factor.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
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.
|