Uses of Class
org.apache.storm.executor.Executor
Package
Description
-
Uses of Executor in org.apache.storm.daemon
Modifier and TypeMethodDescriptionvoid
Task.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). -
Uses of Executor in org.apache.storm.executor
Modifier and TypeMethodDescriptionstatic Executor
Executor.mkExecutor
(WorkerState workerState, List<Long> executorId, Map<String, String> credentials) static Executor
LocalExecutor.mkExecutor
(WorkerState workerState, List<Long> executorId, Map<String, String> initialCredentials) ModifierConstructorDescriptionExecutorShutdown
(Executor executor, List<Utils.SmartThread> threads, ArrayList<Task> taskDatas, JCQueue recvQueue) -
Uses of Executor in org.apache.storm.executor.bolt
-
Uses of Executor in org.apache.storm.executor.spout