Uses of Interface
org.apache.camel.builder.endpoint.dsl.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder
Packages that use HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder
-
Uses of HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the HDFS component.Methods in org.apache.camel.builder.endpoint.dsl that return HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilderModifier and TypeMethodDescriptionHdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder.basic()HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.connectOnStartup(boolean connectOnStartup) Whether to connect to the HDFS file system on starting the producer/consumer.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.connectOnStartup(String connectOnStartup) Whether to connect to the HDFS file system on starting the producer/consumer.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.fileSystemType(String fileSystemType) Set to LOCAL to not use HDFS but local java.io.File instead.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.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.HdfsEndpointConsumerBuilder.fileType(org.apache.camel.component.hdfs.HdfsFileType fileType) The file type to use.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.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.HdfsEndpointConsumerBuilder.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.HdfsEndpointConsumerBuilder.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.HdfsEndpointConsumerBuilder.keyType(org.apache.camel.component.hdfs.WritableType keyType) The type for the key in case of sequence or map files.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) To define a maximum messages to gather per poll.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) To define a maximum messages to gather per poll.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.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 pattern used for scanning the directory.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.streamDownload(boolean streamDownload) Sets the download method to use when not using a local working directory.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.streamDownload(String streamDownload) Sets the download method to use when not using a local working directory.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.The type for the key in case of sequence or map files.HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.valueType(org.apache.camel.component.hdfs.WritableType valueType) The type for the key in case of sequence or map files.