Package org.apache.storm.scheduler
Class ExecutorDetails
- java.lang.Object
-
- org.apache.storm.scheduler.ExecutorDetails
-
public class ExecutorDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutorDetails(int startTask, int endTask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
getEndTask()
int
getStartTask()
int
hashCode()
List<Long>
toList()
String
toString()
-