public abstract static class HadoopDescription.NodeDescription extends Object implements Serializable
| Constructor and Description |
|---|
NodeDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(HadoopPrms.NodeType type,
TestConfig config,
HadoopDescription hdd,
String host,
String dataDrives,
String logDrive) |
String |
getClusterName() |
String |
getConfDir() |
List<String> |
getDataDirs() |
String |
getDataDirsAsString() |
HostDescription |
getHostDescription() |
String |
getHostName() |
String |
getLogDir() |
String |
getName() |
HadoopPrms.NodeType |
getNodeType() |
String |
getPIDDir() |
SortedMap |
toSortedMap() |
String |
toString() |
public String getName()
public String getClusterName()
public String getConfDir()
public String getDataDirsAsString()
public HostDescription getHostDescription()
public String getHostName()
public String getLogDir()
public HadoopPrms.NodeType getNodeType()
public String getPIDDir()
public SortedMap toSortedMap()
public void configure(HadoopPrms.NodeType type, TestConfig config, HadoopDescription hdd, String host, String dataDrives, String logDrive)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.