org.apache.tez.dag.api
Class VertexLocationHint.TaskLocationHint

java.lang.Object
  extended by org.apache.tez.dag.api.VertexLocationHint.TaskLocationHint
Enclosing class:
VertexLocationHint

public static class VertexLocationHint.TaskLocationHint
extends Object


Constructor Summary
VertexLocationHint.TaskLocationHint(Set<String> hosts, Set<String> racks)
           
 
Method Summary
 boolean equals(Object obj)
           
 Set<String> getDataLocalHosts()
           
 Set<String> getRacks()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexLocationHint.TaskLocationHint

public VertexLocationHint.TaskLocationHint(Set<String> hosts,
                                           Set<String> racks)
Method Detail

getDataLocalHosts

public Set<String> getDataLocalHosts()

getRacks

public Set<String> getRacks()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 Apache Software Foundation. All rights reserved.