Uses of Interface
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.HdfsEndpointBuilder
Packages that use HdfsEndpointBuilderFactory.HdfsEndpointBuilder
-
Uses of HdfsEndpointBuilderFactory.HdfsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return HdfsEndpointBuilderFactory.HdfsEndpointBuilderModifier and TypeMethodDescriptionDeprecated.Deprecated. -
Uses of HdfsEndpointBuilderFactory.HdfsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return HdfsEndpointBuilderFactory.HdfsEndpointBuilderModifier and TypeMethodDescriptionHdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder.basic()HdfsEndpointBuilderFactory.HdfsEndpointBuilder.connectOnStartup(boolean connectOnStartup) Whether to connect to the HDFS file system on starting the producer/consumer.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.connectOnStartup(String connectOnStartup) Whether to connect to the HDFS file system on starting the producer/consumer.HdfsEndpointBuilderFactory.endpointBuilder(String componentName, String path) Deprecated.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.fileSystemType(String fileSystemType) Set to LOCAL to not use HDFS but local java.io.File instead.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.fileSystemType(org.apache.camel.component.hdfs.HdfsFileSystemType fileSystemType) Set to LOCAL to not use HDFS but local java.io.File instead.The file type to use.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.fileType(org.apache.camel.component.hdfs.HdfsFileType fileType) The file type to use.Deprecated.Deprecated.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.kerberosConfigFileLocation(String kerberosConfigFileLocation) The location of the kerb5.conf file (https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html).HdfsEndpointBuilderFactory.HdfsEndpointBuilder.kerberosKeytabLocation(String kerberosKeytabLocation) 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)).HdfsEndpointBuilderFactory.HdfsEndpointBuilder.kerberosUsername(String kerberosUsername) The username used to authenticate with the kerberos nodes.The type for the key in case of sequence or map files.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.keyType(org.apache.camel.component.hdfs.WritableType keyType) The type for the key in case of sequence or map files.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.namedNodes(String namedNodes) A comma separated list of named nodes (e.g.The file owner must match this owner for the consumer to pickup the file.The type for the key in case of sequence or map files.HdfsEndpointBuilderFactory.HdfsEndpointBuilder.valueType(org.apache.camel.component.hdfs.WritableType valueType) The type for the key in case of sequence or map files.