- setAppend(boolean) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Append to existing file.
- setBlockSize(long) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The size of the HDFS blocks
- setBufferSize(int) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The buffer size used by HDFS
- setCheckIdleInterval(int) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
How often (time in millis) in to run the idle checker background task.
- setChunkSize(int) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
When reading a normal file, this is split into chunks producing a message per chunk.
- setCompressionCodec(HdfsCompressionCodec) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The compression codec to use
- setCompressionType(SequenceFile.CompressionType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The compression type to use (is default not in use)
- setConnectOnStartup(boolean) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Whether to connect to the HDFS file system on starting the producer/consumer.
- setDelay(long) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The interval (milliseconds) between the directory scans.
- setFileSystemType(HdfsFileSystemType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Set to LOCAL to not use HDFS but local java.io.File instead.
- setFileType(HdfsFileType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The file type to use.
- setHostName(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
HDFS host to use
- setInitialDelay(long) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
For the consumer, how much to wait (milliseconds) before to start scanning the directory.
- setKeyType(WritableType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The type for the key in case of sequence or map files.
- setOpenedSuffix(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
When a file is opened for reading/writing the file is renamed with this suffix to avoid to read it during the writing phase.
- setOverwrite(boolean) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Whether to overwrite existing files with the same name
- setOwner(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The file owner must match this owner for the consumer to pickup the file.
- setPath(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The directory path to use
- setPattern(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The pattern used for scanning the directory
- setPort(int) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
HDFS port to use
- setReadSuffix(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Once the file has been read is renamed with this suffix to avoid to read it again.
- setReplication(short) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The HDFS replication factor
- setSplitStrategy(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
In the current version of Hadoop opening a file in append mode is disabled since it's not very reliable.
- setUri(URI) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
- setValueType(WritableType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The type for the key in case of sequence or map files
- split(HdfsOutputStream, long, HdfsProducer) - Method in enum org.apache.camel.component.hdfs.HdfsProducer.SplitStrategyType
-
- SplitStrategy(HdfsProducer.SplitStrategyType, long) - Constructor for class org.apache.camel.component.hdfs.HdfsProducer.SplitStrategy
-
- value - Variable in class org.apache.camel.component.hdfs.Holder
-
The value contained in the holder.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.HdfsCompressionCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.HdfsFileSystemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.HdfsFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.HdfsHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.HdfsProducer.SplitStrategyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.hdfs.WritableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.camel.component.hdfs.HdfsCompressionCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.hdfs.HdfsFileSystemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.hdfs.HdfsFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.hdfs.HdfsHeader
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.hdfs.HdfsProducer.SplitStrategyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.hdfs.WritableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.