backtype.storm.scheduler
Class ExecutorDetails

java.lang.Object
  extended by backtype.storm.scheduler.ExecutorDetails

public class ExecutorDetails
extends Object


Constructor Summary
ExecutorDetails(int startTask, int endTask)
           
 
Method Summary
 boolean equals(Object other)
           
 int getEndTask()
           
 int getStartTask()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutorDetails

public ExecutorDetails(int startTask,
                       int endTask)
Method Detail

getStartTask

public int getStartTask()

getEndTask

public int getEndTask()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.