Package org.apache.storm.executor
Interface IRunningExecutor
-
- All Known Implementing Classes:
ExecutorShutdown
public interface IRunningExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
credentialsChanged(Credentials credentials)
List<Long>
getExecutorId()
JCQueue
getReceiveQueue()
void
loadChanged(LoadMapping loadMapping)
boolean
publishFlushTuple()
ExecutorStats
renderStats()
-
-
-
Method Detail
-
renderStats
ExecutorStats renderStats()
-
credentialsChanged
void credentialsChanged(Credentials credentials)
-
loadChanged
void loadChanged(LoadMapping loadMapping)
-
getReceiveQueue
JCQueue getReceiveQueue()
-
publishFlushTuple
boolean publishFlushTuple()
-
-