Uses of Interface
org.apache.camel.builder.endpoint.dsl.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder
Packages that use CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder
-
Uses of CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Cassandra CQL component.Methods in org.apache.camel.builder.endpoint.dsl that return CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilderModifier and TypeMethodDescriptionCassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.CassandraEndpointBuilderFactory.AdvancedCassandraEndpointConsumerBuilder.basic()CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.clusterName(String clusterName) Cluster name.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.consistencyLevel(com.datastax.oss.driver.api.core.DefaultConsistencyLevel consistencyLevel) Consistency level to use.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.consistencyLevel(String consistencyLevel) Consistency level to use.CQL query to perform.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.datacenter(String datacenter) Datacenter to use.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.extraTypeCodecs(String extraTypeCodecs) To use a specific comma separated list of Extra Type codecs.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.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.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.loadBalancingPolicyClass(String loadBalancingPolicyClass) To use a specific LoadBalancingPolicyClass.Password for session authentication.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.prepareStatements(boolean prepareStatements) Whether to use PreparedStatements or regular Statements.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.prepareStatements(String prepareStatements) Whether to use PreparedStatements or regular Statements.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.resultSetConversionStrategy(String resultSetConversionStrategy) To use a custom class that implements logic for converting ResultSet into message body ALL, ONE, LIMIT_10, LIMIT_100...CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.resultSetConversionStrategy(org.apache.camel.component.cassandra.ResultSetConversionStrategy resultSetConversionStrategy) To use a custom class that implements logic for converting ResultSet into message body ALL, ONE, LIMIT_10, LIMIT_100...CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.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.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.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.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.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.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.session(com.datastax.oss.driver.api.core.CqlSession session) To use the Session instance (you would normally not use this option).To use the Session instance (you would normally not use this option).CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Username for session authentication.