|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanetLabHost | |
---|---|
edu.washington.cs.pl_if.plc | |
edu.washington.cs.pl_if.ssh |
Uses of PlanetLabHost in edu.washington.cs.pl_if.plc |
---|
Methods in edu.washington.cs.pl_if.plc that return PlanetLabHost | |
---|---|
PlanetLabHost[] |
PLCentralController.getAllHosts()
returns all nodes that are in "boot" state |
PlanetLabHost[] |
PLCentralCache.getAllHosts()
|
PlanetLabHost[] |
PLCentralController.getAvailableHosts()
|
PlanetLabHost |
PLCentralController.getHost(int plcHostId)
|
PlanetLabHost |
PLCentralCache.getHost(int plcHostId)
|
PlanetLabHost |
PLCentralController.getHost(String hostname)
|
PlanetLabHost[] |
PlanetLabStore.getHosts()
|
PlanetLabHost[] |
PLCentralController.getHostsNotInSlice()
|
PlanetLabHost[] |
PLCentralCache.getHostsNotInSlice(PlanetLabHost[] hosts)
|
PlanetLabHost |
PLCentralController.getRandomHostFromSite(PlanetLabHost oldHost)
|
PlanetLabHost |
PLCentralController.getRandomHostFromSite(PlanetLabSite site)
|
PlanetLabHost[] |
PLCentralController.getRandomNodes(int num)
Send a query for num random nodes. |
PlanetLabHost[] |
PLCentralController.getRandomSites(int num)
|
Methods in edu.washington.cs.pl_if.plc that return types with arguments of type PlanetLabHost | |
---|---|
ConcurrentHashMap<PlanetLabHost,PlanetLabSite> |
PLCentralCache.getHostToSiteMapping()
|
ConcurrentHashMap<PlanetLabSite,Vector<PlanetLabHost>> |
PLCentralCache.getSiteToHostMapping()
|
Methods in edu.washington.cs.pl_if.plc with parameters of type PlanetLabHost | |
---|---|
int |
PLCentralCache.addHostsToSlice(PlanetLabHost[] hosts)
|
PlanetLabHost[] |
PLCentralCache.getHostsNotInSlice(PlanetLabHost[] hosts)
|
PlanetLabHost |
PLCentralController.getRandomHostFromSite(PlanetLabHost oldHost)
|
PlanetLabSite |
PLCentralController.getSite(PlanetLabHost host)
|
void |
PLCentralController.setCoMonData(PlanetLabHost[] hosts)
|
void |
PlanetLabStore.setHosts(PlanetLabHost[] hosts)
|
Uses of PlanetLabHost in edu.washington.cs.pl_if.ssh |
---|
Methods in edu.washington.cs.pl_if.ssh that return PlanetLabHost | |
---|---|
PlanetLabHost[] |
ConnectionController.getAllHosts()
|
PlanetLabHost[] |
ConnectionController.getAvailableHosts()
|
PlanetLabHost |
SshConnection.getHost()
|
PlanetLabHost |
ConnectionController.getHostInfo(int plcHostId)
|
PlanetLabHost |
ConnectionController.getHostInfo(String hostname)
returns a PlanetLabHost with the same ip as the ip of the host specified by hostname. |
PlanetLabHost[] |
ConnectionController.getHostsNotInSlice()
|
PlanetLabHost |
ConnectionController.getPlanetLabHost(int connectionId)
|
Methods in edu.washington.cs.pl_if.ssh with parameters of type PlanetLabHost | |
---|---|
int |
ConnectionController.connectToHost(PlanetLabHost host,
String connectFailedPolicy)
initiate the connection sequece to host "host" |
PlanetLabSite |
ConnectionController.getPlanetLabSite(PlanetLabHost host)
|
void |
ConnectionController.handleFailedConnect(PlanetLabHost host)
|
Constructors in edu.washington.cs.pl_if.ssh with parameters of type PlanetLabHost | |
---|---|
SshConnection(ConnectionController controller,
PlanetLabHost hostname)
create a new instance of a SSHConnection Thread |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |