public static interface HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder |
basic() |
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
blockSize(long blockSize)
The size of the HDFS blocks.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
blockSize(String blockSize)
The size of the HDFS blocks.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
bufferSize(int bufferSize)
The buffer size used by HDFS.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
bufferSize(String bufferSize)
The buffer size used by HDFS.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
checkIdleInterval(int checkIdleInterval)
How often (time in millis) in to run the idle checker background
task.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
checkIdleInterval(String checkIdleInterval)
How often (time in millis) in to run the idle checker background
task.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
chunkSize(int chunkSize)
When reading a normal file, this is split into chunks producing a
message per chunk.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
chunkSize(String chunkSize)
When reading a normal file, this is split into chunks producing a
message per chunk.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
compressionCodec(HdfsEndpointBuilderFactory.HdfsCompressionCodec compressionCodec)
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
compressionCodec(String compressionCodec)
The compression codec to use.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
compressionType(HdfsEndpointBuilderFactory.CompressionType compressionType)
The compression type to use (is default not in use).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
compressionType(String compressionType)
The compression type to use (is default not in use).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
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.AdvancedHdfsEndpointProducerBuilder |
readSuffix(String readSuffix)
Once the file has been read is renamed with this suffix to avoid to
read it again.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
replication(short replication)
The HDFS replication factor.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
replication(String replication)
The HDFS replication factor.
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
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.AdvancedHdfsEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder basic()
default HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder blockSize(long blockSize)
long type.
Default: 67108864
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder blockSize(String blockSize)
long type.
Default: 67108864
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder bufferSize(int bufferSize)
int type.
Default: 4096
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder bufferSize(String bufferSize)
int type.
Default: 4096
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder checkIdleInterval(int checkIdleInterval)
int type.
Default: 500
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder checkIdleInterval(String checkIdleInterval)
int type.
Default: 500
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder chunkSize(int chunkSize)
int type.
Default: 4096
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder chunkSize(String chunkSize)
int type.
Default: 4096
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder compressionCodec(HdfsEndpointBuilderFactory.HdfsCompressionCodec compressionCodec)
org.apache.camel.component.hdfs.HdfsCompressionCodec
type.
Default: DEFAULT
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder compressionCodec(String compressionCodec)
org.apache.camel.component.hdfs.HdfsCompressionCodec
type.
Default: DEFAULT
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder compressionType(HdfsEndpointBuilderFactory.CompressionType compressionType)
org.apache.hadoop.io.SequenceFile$CompressionType type.
Default: NONE
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder compressionType(String compressionType)
org.apache.hadoop.io.SequenceFile$CompressionType type.
Default: NONE
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder openedSuffix(String openedSuffix)
java.lang.String type.
Default: opened
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder readSuffix(String readSuffix)
java.lang.String type.
Default: read
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder replication(short replication)
short type.
Default: 3
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder replication(String replication)
short type.
Default: 3
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder splitStrategy(String splitStrategy)
java.lang.String type.
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel