public class ClientPrms extends BasePrms
ClientDescription.
The number of instances is gated by names. The remaining parameters
have the indicated default values. If fewer non-default values than names
are given for these parameters, the remaining instances will use the last
value in the list. See $JTESTS/hydra/hydra.txt for more details.
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_NAME_PROPERTY |
static Long |
gemfireNames
(String(s))
Logical names of the GemFire systems used by client VMs.
|
static Long |
jdkVersionNames
(String(s))
Name of logical JDK version configuration to use in each VM, as found in
JDKVersionPrms.names. |
static Long |
jprobeNames
(String(s))
Logical names of the JProbe configurations used by client VMs.
|
static Long |
names
(String(s))
Logical names of the client descriptions.
|
static Long |
versionNames
(String(s))
Name of logical version configuration to use in each VM, as found in
VersionPrms.names. |
static Long |
vmNames
(String(s))
Logical names of the VM descriptions to use to create client VMs.
|
static Long |
vmQuantities
(int(s))
Number of client VMs to create.
|
static Long |
vmThreads
(int(s))
Number of client threads to create in each VM.
|
| Constructor and Description |
|---|
ClientPrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final String CLIENT_NAME_PROPERTY
public static Long names
public static Long vmNames
names
are defined. See the include files in $JTESTS/hydraconfig for sample
configurations.VmPrms.names,
VmDescriptionpublic static Long gemfireNames
BasePrms.NONE. Can be specified as BasePrms.NONE when not using
GemFire or when using it administratively through AdminPrms.
See the include files in $JTESTS/hydraconfig for sample configurations.GemFirePrms.names,
GemFireDescriptionpublic static Long jprobeNames
JProbePrms.names,
JProbeDescriptionpublic static Long jdkVersionNames
JDKVersionPrms.names. Can be specified as BasePrms.NONE (default),
which does not use JDK versioning. Ignored for STARTTASK and ENDTASK VMs.JDKVersionPrmspublic static Long versionNames
VersionPrms.names. Can be specified as BasePrms.NONE (default),
which does not use versioning. Ignored for STARTTASK and ENDTASK VMs.VersionPrmspublic static Long vmQuantities
public static Long vmThreads
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.