| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder
Advanced builder for endpoint for the HDFS component.
|
| Modifier and Type | Method and Description |
|---|---|
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.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(HdfsEndpointBuilderFactory.HdfsCompressionCodec compressionCodec)
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionCodec(String compressionCodec)
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(HdfsEndpointBuilderFactory.CompressionType compressionType)
The compression type to use (is default not in use).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.compressionType(String compressionType)
The compression type to use (is default not in use).
|
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.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
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.exchangePattern(String 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(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.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.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.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel