Package org.apache.storm.executor
Class ExecutorShutdown
java.lang.Object
org.apache.storm.executor.ExecutorShutdown
- All Implemented Interfaces:
- Shutdownable,- IRunningExecutor
- 
Constructor SummaryConstructorsConstructorDescriptionExecutorShutdown(Executor executor, List<Utils.SmartThread> threads, ArrayList<Task> taskDatas, JCQueue recvQueue) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcredentialsChanged(Credentials credentials) voidloadChanged(LoadMapping loadMapping) booleanvoidshutdown()
- 
Constructor Details- 
ExecutorShutdown
 
- 
- 
Method Details- 
renderStats- Specified by:
- renderStatsin interface- IRunningExecutor
 
- 
getExecutorId- Specified by:
- getExecutorIdin interface- IRunningExecutor
 
- 
credentialsChanged- Specified by:
- credentialsChangedin interface- IRunningExecutor
 
- 
loadChanged- Specified by:
- loadChangedin interface- IRunningExecutor
 
- 
getReceiveQueue- Specified by:
- getReceiveQueuein interface- IRunningExecutor
 
- 
publishFlushTuplepublic boolean publishFlushTuple()- Specified by:
- publishFlushTuplein interface- IRunningExecutor
 
- 
shutdownpublic void shutdown()- Specified by:
- shutdownin interface- Shutdownable
 
 
-