Uses of Class
org.apache.storm.executor.Executor
Packages that use Executor
Package
Description
-
Uses of Executor in org.apache.storm.daemon
Methods in org.apache.storm.daemon with parameters of type ExecutorModifier 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).Constructors in org.apache.storm.daemon with parameters of type Executor -
Uses of Executor in org.apache.storm.executor
Methods in org.apache.storm.executor that return ExecutorModifier 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) 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.bolt
Subclasses of Executor in org.apache.storm.executor.bolt -
Uses of Executor in org.apache.storm.executor.spout
Subclasses of Executor in org.apache.storm.executor.spout