| Package | Description |
|---|---|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FakeMaster.recordDir(HostDescription hd,
String name,
String dir) |
void |
FakeMaster.recordHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
void |
FakeMaster.recordPID(HostDescription hd,
int pid) |
void |
FakeMaster.recordPIDNoDumps(HostDescription hd,
int pid) |
void |
FakeMaster.recordRootCommand(HostDescription hd,
String cmd,
String dir) |
void |
FakeMaster.removeDir(HostDescription hd,
String dir) |
void |
FakeMaster.removeHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
void |
FakeMaster.removePID(HostDescription hd,
int pid) |
void |
FakeMaster.removePIDNoDumps(HostDescription hd,
int pid) |
| Modifier and Type | Field and Description |
|---|---|
HostDescription |
HypericServerInstallDescription.hostDescription |
| Modifier and Type | Method and Description |
|---|---|
protected HostDescription |
HostDescription.copy() |
protected HostDescription |
TestConfig.getAnyPhysicalHostDescription(String host)
Returns any HostDescription for the given physical host, whether
configured or generated.
|
HostDescription |
TestConfig.getHadoopHostDescription(String name) |
protected HostDescription |
TestConfig.getHadoopHostDescriptionForPhysicalHost(String host)
Returns the Hadoop
HostDescription for the given physical host. |
HostDescription |
CacheServerHelper.Record.getHostDescription()
Returns the cache server host description.
|
HostDescription |
HadoopDescription.NodeDescription.getHostDescription() |
HostDescription |
HostAgentRecord.getHostDescription() |
HostDescription |
VmDescription.getHostDescription() |
HostDescription |
GemFireDescription.getHostDescription() |
HostDescription |
HostAgentDescription.getHostDescription() |
HostDescription |
TestConfig.getHostDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,HostDescription> |
TestConfig.getHadoopHostDescriptions()
Returns a mapping of the logical name of the hadoop cluster host to
its
HostDescription. |
SortedMap<String,HostDescription> |
TestConfig.getHostDescriptions()
Returns a mapping of the logical name of the host to
its
HostDescription. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addHadoopHostDescription(HostDescription hd)
Adds the specified hadoop host description to the test configuration.
|
protected void |
TestConfig.addHostDescription(HostDescription hd)
Adds the specified host description to the test configuration.
|
protected static String |
EnvHelper.asPath(Vector<String> paths,
HostDescription hd)
Converts the given vector of path elements to a path using an O/S-specific
path separator based on the host description.
|
protected void |
HostDescription.checkEquivalent(HostDescription hd)
Verifies that the given host description is equivalent to this one.
|
static String |
EnvHelper.expandEnvVars(String path,
HostDescription hd)
Expands the environment variables in the path using the host description.
|
protected static Vector |
EnvHelper.expandEnvVars(Vector<String> paths,
HostDescription hd)
Expands the environment variables in the path vector using the host
description.
|
protected static String |
DerbyServerMgr.getDerbyCmd(HostDescription hd) |
protected String |
Nuker.getNukePIDCmd(HostDescription hd,
int pid)
The Reboot API fetches the nuke command for removing hostagent PIDs from
the nukerun script before rebooting, since the hostagent is needed to
produce the command after rebooting.
|
static String |
CacheServerHelper.getStopCommand(String name,
HostDescription hd)
Returns the command line for a "stop" operation on the given cache server.
|
protected static void |
Nuker.initialize(HostDescription hd) |
void |
MasterProxy.recordDir(HostDescription hd,
String name,
String dir) |
protected void |
Nuker.recordDir(HostDescription hd,
String name,
String dir)
Records a remote directory for later move.
|
void |
MasterProxyIF.recordDir(HostDescription hd,
String name,
String dir) |
protected void |
Nuker.recordHDFSDir(HostDescription hd,
HadoopPrms.NodeType nodeType,
String dir,
boolean moveAfterTest)
Records a remote HDFS directory for later move.
|
void |
MasterProxy.recordHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
protected void |
Nuker.recordHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure)
Records a Hadoop PID in the nukehadoop script.
|
void |
MasterProxyIF.recordHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
void |
MasterProxy.recordPID(HostDescription hd,
int pid) |
protected void |
Nuker.recordPID(HostDescription hd,
int pid)
Records a PID in the nukerun, dumprun, and heapdumprun scripts.
|
void |
MasterProxyIF.recordPID(HostDescription hd,
int pid) |
void |
MasterProxy.recordPIDNoDumps(HostDescription hd,
int pid) |
protected void |
Nuker.recordPIDNoDumps(HostDescription hd,
int pid)
Records a PID in the nukerun script.
|
void |
MasterProxyIF.recordPIDNoDumps(HostDescription hd,
int pid) |
void |
MasterProxy.recordRootCommand(HostDescription hd,
String cmd,
String dir) |
void |
Nuker.recordRootCommand(HostDescription hd,
String cmd,
String dir)
Records a root command in moveHadoop.sh for secure HDFS.
|
void |
MasterProxyIF.recordRootCommand(HostDescription hd,
String cmd,
String dir) |
void |
MasterProxy.removeHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
protected void |
Nuker.removeHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure)
Removes an HDFS PID from the nukehadoop scripts.
|
void |
MasterProxyIF.removeHDFSPIDNoDumps(HostDescription hd,
int pid,
boolean secure) |
void |
MasterProxy.removePID(HostDescription hd,
int pid) |
protected void |
Nuker.removePID(HostDescription hd,
int pid)
Removes a PID from the nukerun, dumprun, and heapdumprun scripts.
|
void |
MasterProxyIF.removePID(HostDescription hd,
int pid) |
void |
MasterProxy.removePIDNoDumps(HostDescription hd,
int pid) |
protected void |
Nuker.removePIDNoDumps(HostDescription hd,
int pid)
Removes a PID from the nukerun scripts.
|
void |
MasterProxyIF.removePIDNoDumps(HostDescription hd,
int pid) |
protected void |
VmDescription.setHostDescription(HostDescription hd) |
protected void |
HostAgentDescription.setHostDescription(HostDescription hd) |
protected static void |
GemFireVersionHelper.setJMXManagerAccessFile(Properties p,
String fn,
HostDescription hd)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
GemFireVersionHelper.setJMXManagerPasswordFile(Properties p,
String fn,
HostDescription hd)
Version-dependent support for
#getDistributedSystemProperties. |
static void |
StatMonitor.start(HostDescription hd,
MasterProxyIF master,
TestConfig tc)
Starts the statistics monitor in this VM, using the supplied master for
reporting violations.
|
protected String |
Nuker.wrapCommand(String cmd,
HostDescription hd) |
protected String |
Nuker.wrapRootCommand(String cmd,
HostDescription hd) |
| Constructor and Description |
|---|
HostAgentRecord(HostDescription hd,
int pid,
HostAgentIF agent) |
Record(HostDescription hd,
int pid)
Creates a record for a cache server.
|
StatMonitor(Vector conditions,
HostDescription hd,
MasterProxyIF master,
TestConfig config) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.