Uses of Class
org.apache.storm.executor.Executor
Packages that use Executor
Package
Description
- 
Uses of Executor in org.apache.storm.daemonMethods in org.apache.storm.daemon with parameters of type ExecutorModifier and TypeMethodDescriptionvoidTask.sendToEventLogger(Executor executor, List values, String componentId, Object messageId, Random random, Queue<AddressedTuple> overflow) Send sampled data to the eventlogger if the global or component level debug flag is set (via nimbus api).Constructors in org.apache.storm.daemon with parameters of type Executor
- 
Uses of Executor in org.apache.storm.executorMethods in org.apache.storm.executor that return ExecutorModifier and TypeMethodDescriptionstatic ExecutorExecutor.mkExecutor(WorkerState workerState, List<Long> executorId, Map<String, String> credentials) static ExecutorLocalExecutor.mkExecutor(WorkerState workerState, List<Long> executorId, Map<String, String> initialCredentials) Constructors in org.apache.storm.executor with parameters of type ExecutorModifierConstructorDescriptionExecutorShutdown(Executor executor, List<Utils.SmartThread> threads, ArrayList<Task> taskDatas, JCQueue recvQueue) 
- 
Uses of Executor in org.apache.storm.executor.boltSubclasses of Executor in org.apache.storm.executor.bolt
- 
Uses of Executor in org.apache.storm.executor.spoutSubclasses of Executor in org.apache.storm.executor.spout