Interface HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder,HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
- Enclosing interface:
- HdfsEndpointBuilderFactory
public static interface HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder extends HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder, HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
Advanced builder for endpoint for the HDFS component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HdfsEndpointBuilderFactory.HdfsEndpointBuilderbasic()default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderblockSize(long blockSize)The size of the HDFS blocks.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderblockSize(String blockSize)The size of the HDFS blocks.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderbufferSize(int bufferSize)The buffer size used by HDFS.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderbufferSize(String bufferSize)The buffer size used by HDFS.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercheckIdleInterval(int checkIdleInterval)How often (time in millis) in to run the idle checker background task.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercheckIdleInterval(String checkIdleInterval)How often (time in millis) in to run the idle checker background task.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderchunkSize(int chunkSize)When reading a normal file, this is split into chunks producing a message per chunk.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderchunkSize(String chunkSize)When reading a normal file, this is split into chunks producing a message per chunk.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercompressionCodec(String compressionCodec)The compression codec to use.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercompressionCodec(HdfsEndpointBuilderFactory.HdfsCompressionCodec compressionCodec)The compression codec to use.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercompressionType(String compressionType)The compression type to use (is default not in use).default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildercompressionType(HdfsEndpointBuilderFactory.CompressionType compressionType)The compression type to use (is default not in use).default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderopenedSuffix(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.AdvancedHdfsEndpointBuilderreadSuffix(String readSuffix)Once the file has been read is renamed with this suffix to avoid to read it again.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderreplication(short replication)The HDFS replication factor.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilderreplication(String replication)The HDFS replication factor.default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuildersplitStrategy(String splitStrategy)In the current version of Hadoop opening a file in append mode is disabled since it's not very reliable.-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategy
-
-
-
-
Method Detail
-
basic
default HdfsEndpointBuilderFactory.HdfsEndpointBuilder basic()
- Specified by:
basicin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
basicin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
-
blockSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder blockSize(long blockSize)
The size of the HDFS blocks. The option is a: <code>long</code> type. Default: 67108864 Group: advanced- Specified by:
blockSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
blockSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
blockSize- the value to set- Returns:
- the dsl builder
-
blockSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder blockSize(String blockSize)
The size of the HDFS blocks. The option will be converted to a <code>long</code> type. Default: 67108864 Group: advanced- Specified by:
blockSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
blockSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
blockSize- the value to set- Returns:
- the dsl builder
-
bufferSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder bufferSize(int bufferSize)
The buffer size used by HDFS. The option is a: <code>int</code> type. Default: 4096 Group: advanced- Specified by:
bufferSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
bufferSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
bufferSize- the value to set- Returns:
- the dsl builder
-
bufferSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder bufferSize(String bufferSize)
The buffer size used by HDFS. The option will be converted to a <code>int</code> type. Default: 4096 Group: advanced- Specified by:
bufferSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
bufferSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
bufferSize- the value to set- Returns:
- the dsl builder
-
checkIdleInterval
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder checkIdleInterval(int checkIdleInterval)
How often (time in millis) in to run the idle checker background task. This option is only in use if the splitter strategy is IDLE. The option is a: <code>int</code> type. Default: 500 Group: advanced- Specified by:
checkIdleIntervalin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
checkIdleIntervalin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
checkIdleInterval- the value to set- Returns:
- the dsl builder
-
checkIdleInterval
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder checkIdleInterval(String checkIdleInterval)
How often (time in millis) in to run the idle checker background task. This option is only in use if the splitter strategy is IDLE. The option will be converted to a <code>int</code> type. Default: 500 Group: advanced- Specified by:
checkIdleIntervalin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
checkIdleIntervalin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
checkIdleInterval- the value to set- Returns:
- the dsl builder
-
chunkSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder chunkSize(int chunkSize)
When reading a normal file, this is split into chunks producing a message per chunk. The option is a: <code>int</code> type. Default: 4096 Group: advanced- Specified by:
chunkSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
chunkSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
chunkSize- the value to set- Returns:
- the dsl builder
-
chunkSize
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder chunkSize(String chunkSize)
When reading a normal file, this is split into chunks producing a message per chunk. The option will be converted to a <code>int</code> type. Default: 4096 Group: advanced- Specified by:
chunkSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
chunkSizein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
chunkSize- the value to set- Returns:
- the dsl builder
-
compressionCodec
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder compressionCodec(HdfsEndpointBuilderFactory.HdfsCompressionCodec compressionCodec)
The compression codec to use. The option is a: <code>org.apache.camel.component.hdfs.HdfsCompressionCodec</code> type. Default: DEFAULT Group: advanced- Specified by:
compressionCodecin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
compressionCodecin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
compressionCodec- the value to set- Returns:
- the dsl builder
-
compressionCodec
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder compressionCodec(String compressionCodec)
The compression codec to use. The option will be converted to a <code>org.apache.camel.component.hdfs.HdfsCompressionCodec</code> type. Default: DEFAULT Group: advanced- Specified by:
compressionCodecin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
compressionCodecin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
compressionCodec- the value to set- Returns:
- the dsl builder
-
compressionType
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder compressionType(HdfsEndpointBuilderFactory.CompressionType compressionType)
The compression type to use (is default not in use). The option is a: <code>org.apache.hadoop.io.SequenceFile$CompressionType</code> type. Default: NONE Group: advanced- Specified by:
compressionTypein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
compressionTypein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
compressionType- the value to set- Returns:
- the dsl builder
-
compressionType
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder compressionType(String compressionType)
The compression type to use (is default not in use). The option will be converted to a <code>org.apache.hadoop.io.SequenceFile$CompressionType</code> type. Default: NONE Group: advanced- Specified by:
compressionTypein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
compressionTypein interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
compressionType- the value to set- Returns:
- the dsl builder
-
openedSuffix
default 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. The option is a: <code>java.lang.String</code> type. Default: opened Group: advanced- Specified by:
openedSuffixin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
openedSuffixin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
openedSuffix- the value to set- Returns:
- the dsl builder
-
readSuffix
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder readSuffix(String readSuffix)
Once the file has been read is renamed with this suffix to avoid to read it again. The option is a: <code>java.lang.String</code> type. Default: read Group: advanced- Specified by:
readSuffixin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
readSuffixin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
readSuffix- the value to set- Returns:
- the dsl builder
-
replication
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder replication(short replication)
The HDFS replication factor. The option is a: <code>short</code> type. Default: 3 Group: advanced- Specified by:
replicationin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
replicationin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
replication- the value to set- Returns:
- the dsl builder
-
replication
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder replication(String replication)
The HDFS replication factor. The option will be converted to a <code>short</code> type. Default: 3 Group: advanced- Specified by:
replicationin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
replicationin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
replication- the value to set- Returns:
- the dsl builder
-
splitStrategy
default 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. So, for the moment, it's only possible to create new files. The Camel HDFS endpoint tries to solve this problem in this way: If the split strategy option has been defined, the hdfs path will be used as a directory and files will be created using the configured UuidGenerator. Every time a splitting condition is met, a new file is created. The splitStrategy option is defined as a string with the following syntax: splitStrategy=ST:value,ST:value,... where ST can be: BYTES a new file is created, and the old is closed when the number of written bytes is more than value MESSAGES a new file is created, and the old is closed when the number of written messages is more than value IDLE a new file is created, and the old is closed when no writing happened in the last value milliseconds. The option is a: <code>java.lang.String</code> type. Group: advanced- Specified by:
splitStrategyin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder- Specified by:
splitStrategyin interfaceHdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder- Parameters:
splitStrategy- the value to set- Returns:
- the dsl builder
-
-