- secretPropertyNames() - Method in class org.apache.camel.component.hdfs.HdfsEndpointUriFactory
-
- 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.
- 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
- setJAASConfiguration(Configuration) - Static method in class org.apache.camel.component.hdfs.HdfsComponent
-
To use the given configuration for security with JAAS.
- setKerberosConfigFile(String) - Static method in class org.apache.camel.component.hdfs.HdfsComponent
-
To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an
existing file.
- setKerberosConfigFile(String) - Static method in class org.apache.camel.component.hdfs.kerberos.KerberosConfigurationBuilder
-
To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an
existing file.
- setKerberosConfigFileLocation(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The location of the kerb5.conf file (https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html)
- setKerberosKeytabLocation(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The location of the keytab file used to authenticate with the kerberos nodes (contains pairs of kerberos
principals and encrypted keys (which are derived from the Kerberos password))
- setKerberosUsername(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The username used to authenticate with the kerberos nodes
- setKeyType(WritableType) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
The type for the key in case of sequence or map files.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
To define a maximum messages to gather per poll.
- setNamedNodes(String) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
A comma separated list of named nodes (e.g.
- 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.
- setStreamDownload(boolean) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
Sets the download method to use when not using a local working directory.
- setUri(URI) - Method in class org.apache.camel.component.hdfs.HdfsConfiguration
-
- setValue(T) - Method in class org.apache.camel.component.hdfs.Holder
-
- 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
-
- start(BundleContext) - Method in class org.apache.camel.component.hdfs.osgi.HdfsActivator
-
- stop(BundleContext) - Method in class org.apache.camel.component.hdfs.osgi.HdfsActivator
-
- 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.