Uses of Interface
org.apache.storm.policy.IWaitStrategy
-
Uses of IWaitStrategy in org.apache.storm.policy
Modifier and TypeClassDescriptionclass
class
A Progressive Wait Strategy.Modifier and TypeMethodDescriptionstatic IWaitStrategy
IWaitStrategy.createBackPressureWaitStrategy
(Map<String, Object> topologyConf) -
Uses of IWaitStrategy in org.apache.storm.utils
ModifierConstructorDescriptionJCQueue
(String queueName, String metricNamePrefix, int size, int overflowLimit, int producerBatchSz, IWaitStrategy backPressureWaitStrategy, String topologyId, String componentId, List<Integer> taskIds, int port, StormMetricRegistry metricRegistry)