Package | Description |
---|---|
org.apache.storm.daemon | |
org.apache.storm.executor | |
org.apache.storm.executor.bolt | |
org.apache.storm.executor.spout |
Modifier and Type | Method and Description |
---|---|
void |
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).
|
Constructor and Description |
---|
Task(Executor executor,
Integer taskId) |
Modifier and Type | Method and Description |
---|---|
static Executor |
LocalExecutor.mkExecutor(WorkerState workerState,
List<Long> executorId,
Map<String,String> initialCredentials) |
static Executor |
Executor.mkExecutor(WorkerState workerState,
List<Long> executorId,
Map<String,String> credentials) |
Constructor and Description |
---|
ExecutorShutdown(Executor executor,
List<Utils.SmartThread> threads,
ArrayList<Task> taskDatas,
JCQueue recvQueue) |
Modifier and Type | Class and Description |
---|---|
class |
BoltExecutor |
Modifier and Type | Class and Description |
---|---|
class |
SpoutExecutor |
Copyright © 2022 The Apache Software Foundation. All rights reserved.