Uses of Class
org.apache.storm.utils.Utils.SmartThread
Packages that use Utils.SmartThread
- 
Uses of Utils.SmartThread in org.apache.storm.daemon.workerMethods in org.apache.storm.daemon.worker that return Utils.SmartThreadModifier and TypeMethodDescriptionWorkerState.makeTransferThread()WorkerTransfer.makeTransferThread()
- 
Uses of Utils.SmartThread in org.apache.storm.executorConstructor parameters in org.apache.storm.executor with type arguments of type Utils.SmartThreadModifierConstructorDescriptionExecutorShutdown(Executor executor, List<Utils.SmartThread> threads, ArrayList<Task> taskDatas, JCQueue recvQueue) 
- 
Uses of Utils.SmartThread in org.apache.storm.utilsMethods in org.apache.storm.utils that return Utils.SmartThreadModifier and TypeMethodDescriptionstatic Utils.SmartThreadConvenience method used when only the function is given.static Utils.SmartThreadUtils.asyncLoop(Callable afn, boolean isDaemon, Thread.UncaughtExceptionHandler eh, int priority, boolean isFactory, boolean startImmediately, String threadName) Creates a thread that calls the given code repeatedly, sleeping for an interval of seconds equal to the return value of the previous call.static Utils.SmartThreadUtils.asyncLoop(Callable afn, String threadName, Thread.UncaughtExceptionHandler eh) Convenience method used when only the function and name suffix are given.