Package org.apache.storm.cluster
Class ExecutorBeat
- java.lang.Object
-
- org.apache.storm.cluster.ExecutorBeat
-
public class ExecutorBeat extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutorBeat(int timeSecs, int uptime, ExecutorStats stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorStats
getStats()
int
getTimeSecs()
int
getUptime()
-
-
-
Constructor Detail
-
ExecutorBeat
public ExecutorBeat(int timeSecs, int uptime, ExecutorStats stats)
-
-
Method Detail
-
getTimeSecs
public int getTimeSecs()
-
getUptime
public int getUptime()
-
getStats
public ExecutorStats getStats()
-
-