Uses of Class
edu.yale.cs.hadoopdb.connector.DBChunkHost

Packages that use DBChunkHost
edu.yale.cs.hadoopdb.connector   
 

Uses of DBChunkHost in edu.yale.cs.hadoopdb.connector
 

Fields in edu.yale.cs.hadoopdb.connector with type parameters of type DBChunkHost
private  java.util.HashMap<java.lang.String,DBChunkHost> DBChunk.locations
           
 

Methods in edu.yale.cs.hadoopdb.connector that return DBChunkHost
 DBChunkHost DBChunk.getAnyHost()
          Randomly chooses a host from the set of hosts containing the chunk.
 DBChunkHost DBChunk.getAnyHost(DBChunkHost avoid_host)
          Randomly chooses a host from the set of hosts avoiding if possible the given host
 DBChunkHost DBChunk.getHost(java.lang.String host)
           
 

Methods in edu.yale.cs.hadoopdb.connector that return types with arguments of type DBChunkHost
 java.util.Collection<DBChunkHost> DBChunk.getHosts()
           
 

Methods in edu.yale.cs.hadoopdb.connector with parameters of type DBChunkHost
 void DBChunk.addHost(DBChunkHost host)
           
 DBChunkHost DBChunk.getAnyHost(DBChunkHost avoid_host)
          Randomly chooses a host from the set of hosts avoiding if possible the given host