- setFailedRetriesTimeout(long, TimeUnit) - Method in class org.apache.pulsar.storm.PulsarSpoutConfiguration
-
Sets the timeout within which the spout will re-inject failed messages with an exponential backoff (default:
60 seconds) Note: If set to 0, the message will not be retried when failed.
- setMaxFailedRetries(int) - Method in class org.apache.pulsar.storm.PulsarSpoutConfiguration
-
Sets the maximum number of times the spout will re-inject failed messages with an exponential backoff
(default: -1) Note: If set to 0, the message will not be retried when failed.
- setMessageToValuesMapper(MessageToValuesMapper) - Method in class org.apache.pulsar.storm.PulsarSpoutConfiguration
-
Sets the mapper to convert pulsar message to a storm tuple.
- setMetricsTimeIntervalInSecs(int) - Method in class org.apache.pulsar.storm.PulsarStormConfiguration
-
Sets the time interval in seconds for metrics generation (default: 60 seconds)
- setServiceUrl(String) - Method in class org.apache.pulsar.storm.PulsarStormConfiguration
-
Sets the service URL to connect to from the client
- setSharedConsumerEnabled(boolean) - Method in class org.apache.pulsar.storm.PulsarSpoutConfiguration
-
Sets whether the consumer will be shared across different executors of a spout.
- setSubscriptionName(String) - Method in class org.apache.pulsar.storm.PulsarSpoutConfiguration
-
Sets the subscription name for the consumer in the spout
- setTopic(String) - Method in class org.apache.pulsar.storm.PulsarStormConfiguration
-
Sets the topic name for the producer/consumer.
- setTupleToMessageMapper(TupleToMessageMapper) - Method in class org.apache.pulsar.storm.PulsarBoltConfiguration
-
Sets the mapper to convert storm tuples to a pulsar message
- SharedPulsarClient - Class in org.apache.pulsar.storm
-