Uses of Interface
org.apache.camel.builder.endpoint.dsl.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder
Packages that use SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder
-
Uses of SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Splunk component.Methods in org.apache.camel.builder.endpoint.dsl that return SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilderModifier and TypeMethodDescriptionSplunk app.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SplunkEndpointBuilderFactory.AdvancedSplunkEndpointConsumerBuilder.basic()SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.connectionTimeout(int connectionTimeout) Timeout in MS when connecting to Splunk server.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.connectionTimeout(String connectionTimeout) Timeout in MS when connecting to Splunk server.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.count(int count) A number that indicates the maximum number of entities to return.A number that indicates the maximum number of entities to return.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.earliestTime(String earliestTime) Earliest time of the search time window.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.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.Splunk host.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.initEarliestTime(String initEarliestTime) Initial start offset of the first search.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.latestTime(String latestTime) Latest time of the search time window.Splunk owner.Password for Splunk.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.port(int port) Splunk port.Splunk port.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.savedSearch(String savedSearch) The name of the query saved in Splunk to run.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.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.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Splunk scheme.The Splunk query to run.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.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.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.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.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.sslProtocol(com.splunk.SSLSecurityProtocol sslProtocol) Set the ssl protocol to use.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.sslProtocol(String sslProtocol) Set the ssl protocol to use.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.streaming(boolean streaming) Sets streaming mode.Sets streaming mode.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.User's token for Splunk.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Username for Splunk.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.useSunHttpsHandler(boolean useSunHttpsHandler) Use sun.net.www.protocol.https.Handler Https handler to establish the Splunk Connection.SplunkEndpointBuilderFactory.SplunkEndpointConsumerBuilder.useSunHttpsHandler(String useSunHttpsHandler) Use sun.net.www.protocol.https.Handler Https handler to establish the Splunk Connection.