| Package | Description |
|---|---|
| cacheperf | |
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| hydra.timeserver |
| Modifier and Type | Method and Description |
|---|---|
protected TestConfig |
CachePerfClient.tc()
Gets the test config.
|
| Modifier and Type | Method and Description |
|---|---|
TestConfig |
FakeMaster.getHostAgentTestConfig() |
TestConfig |
FakeMaster.getTestConfig() |
| Modifier and Type | Method and Description |
|---|---|
static TestConfig |
TestConfig.create()
For internal use by hydra master controller only
|
static TestConfig |
TestConfig.getHostAgentInstance()
Gets the singleton instance of the hostagent test configuration.
|
protected static TestConfig |
TestConfig.getHostAgentInstanceFromMaster() |
TestConfig |
MasterProxy.getHostAgentTestConfig() |
TestConfig |
MasterProxyIF.getHostAgentTestConfig() |
static TestConfig |
TestConfig.getInstance()
Gets the singleton instance of the test configuration.
|
protected static TestConfig |
TestConfig.getInstanceFromMaster() |
TestConfig |
MasterProxy.getTestConfig() |
TestConfig |
MasterProxyIF.getTestConfig() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StatMonitorPrms.archiveStats(TestConfig tc) |
void |
HadoopDescription.NodeDescription.configure(HadoopPrms.NodeType type,
TestConfig config,
HadoopDescription hdd,
String host,
String dataDrives,
String logDrive) |
protected static void |
BridgeDescription.configure(TestConfig config)
Creates bridge descriptions from the bridge parameters in the test
configuration.
|
protected static void |
ResourceManagerDescription.configure(TestConfig config)
Creates resource manager descriptions from the resource manager parameters
in the test configuration.
|
protected static void |
AsyncEventQueueDescription.configure(TestConfig config)
Creates async event queue descriptions from the async event queue
parameters in the test configuration.
|
protected static void |
ClientRegionDescription.configure(TestConfig config)
Creates region descriptions from the region parameters in the test
configuration.
|
protected static void |
HadoopDescription.configure(TestConfig config)
Creates hadoop descriptions from the hadoop parameters in the test
configuration.
|
protected static void |
GatewayHubDescription.configure(TestConfig config)
Creates gateway hub descriptions from the gateway hub parameters in the
test configuration.
|
protected static void |
GatewaySenderDescription.configure(TestConfig config)
Creates gateway sender descriptions from the gateway sender parameters
in the test configuration.
|
protected static void |
GatewayReceiverDescription.configure(TestConfig config)
Creates gateway receiver descriptions from the gateway receiver parameters
in the test configuration.
|
protected static void |
CacheDescription.configure(TestConfig config)
Creates cache descriptions from the cache parameters in the test
configuration.
|
protected static void |
GatewayDescription.configure(TestConfig config)
Creates gateway descriptions from the gateway parameters in the test
configuration.
|
protected static void |
HDFSStoreDescription.configure(TestConfig config)
Creates HDFS store descriptions from the HDFS store parameters
in the test configuration.
|
protected static void |
JProbeDescription.configure(TestConfig config)
Creates jprobe configuration descriptions from the jprobe parameters
in the test configuration.
|
protected static void |
SecurityDescription.configure(TestConfig config)
Creates security descriptions from the security parameters in the test
configuration.
|
protected static void |
AgentDescription.configure(TestConfig config)
Creates agent descriptions from the agent parameters in the test
configuration.
|
protected static void |
ClientCacheDescription.configure(TestConfig config)
Creates client cache descriptions from the client cache parameters in the
test configuration.
|
protected static void |
ClientDescription.configure(TestConfig config)
Creates client descriptions from the client parameters in the test
configuration.
|
protected static void |
VmDescription.configure(TestConfig config)
Creates vm descriptions from the vm parameters in the test
configuration.
|
protected static void |
GemFireDescription.configure(TestConfig config)
Creates gemfire descriptions from the gemfire parameters in the test
configuration.
|
protected static void |
PartitionDescription.configure(TestConfig config)
Creates partition descriptions from the partition parameters in the test
configuration.
|
protected static void |
FixedPartitionDescription.configure(TestConfig config)
Creates fixed partition descriptions from the fixed partition parameters
in the test configuration.
|
protected static void |
DiskStoreDescription.configure(TestConfig config)
Creates disk store descriptions from the disk store parameters in the
test configuration.
|
protected static void |
RegionDescription.configure(TestConfig config)
Creates region descriptions from the region parameters in the test
configuration.
|
protected static void |
VersionDescription.configure(TestConfig config)
Creates version descriptions from the version parameters in the test
configuration.
|
protected static void |
HypericServerInstallDescription.configure(TestConfig config) |
protected static void |
HostAgentDescription.configure(TestConfig config)
Creates hostagent descriptions from the hostagent parameters in the test
configuration.
|
protected static void |
AdminDescription.configure(TestConfig config)
Creates admin descriptions from the admin parameters in the test
configuration.
|
protected static void |
PoolDescription.configure(TestConfig config)
Creates pool descriptions from the pool parameters in the test
configuration.
|
static void |
MasterDescription.configure(TestConfig config)
Creates the one and only master description.
|
protected static void |
JDKVersionDescription.configure(TestConfig config)
Creates JDK version descriptions from the JDK version parameters in the
test configuration.
|
protected static void |
SSLDescription.configure(TestConfig config)
Creates SSL descriptions from the SSL parameters in the test
configuration.
|
protected static void |
HostDescription.configure(TestConfig config)
Creates host descriptions from the host parameters in the test
configuration.
|
void |
HadoopDescription.ResourceManagerDescription.configure(TestConfig config,
HadoopDescription hdd) |
void |
HadoopDescription.DataNodeDescription.configure(TestConfig config,
HadoopDescription hdd,
int i) |
void |
HadoopDescription.NameNodeDescription.configure(TestConfig config,
HadoopDescription hdd,
int i) |
void |
HadoopDescription.NodeManagerDescription.configure(TestConfig config,
HadoopDescription hdd,
int i) |
static Vector |
StatMonitorPrms.getConditions(TestConfig tc) |
protected static String |
HadoopDescription.getExtraClassPath(TestConfig config)
This method returns the extra classpath needed to support all clusters.
|
static int |
StatMonitorPrms.getSampleRateMs(TestConfig tc) |
protected static SSLDescription |
AbstractDescription.getSSLDescription(String str,
Long key,
TestConfig config)
Returns the SSL description for the given string.
|
static void |
ConfigParser.parseFile(String fn,
TestConfig tc,
String outfn)
Parses a hydra config file into a
TestConfig object. |
static void |
StatMonitor.start(HostDescription hd,
MasterProxyIF master,
TestConfig tc)
Starts the statistics monitor in this VM, using the supplied master for
reporting violations.
|
static boolean |
StatMonitorPrms.verbose(TestConfig tc) |
| Constructor and Description |
|---|
StatMonitor(Vector conditions,
HostDescription hd,
MasterProxyIF master,
TestConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static long |
TimeServerPrms.clockSkewThresholdMs(TestConfig tc)
This method allows the hostagent to use its own sub-configuration
|
static boolean |
TimeServerPrms.errorOnExceededClockSkewThreshold(TestConfig tc)
This method allows the hostagent to use its own sub-configuration
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.