public class RebootInfo extends Object implements Serializable
RebootMgr API.| Modifier | Constructor and Description |
|---|---|
protected |
RebootInfo(String host,
List<ClientInfo> clients,
List<HadoopInfo> hadoops) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientInfo> |
getClients()
Returns the client info for each hydra client running on this host.
|
List<HadoopInfo> |
getHadoops()
Returns the Hadoop info for each Hadoop process running on this host.
|
String |
getHost()
Returns the host that is the target of the reboot.
|
String |
toProcessList() |
String |
toString() |
protected RebootInfo(String host, List<ClientInfo> clients, List<HadoopInfo> hadoops)
public String getHost()
public List<ClientInfo> getClients()
public List<HadoopInfo> getHadoops()
public String toProcessList()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.