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 java.lang.String |
CLIENT_NAME_PROPERTY |
static java.lang.Long |
gemfireNames
(String(s))
Logical names of the GemFire systems used by client VMs.
|
static java.lang.Long |
jdkVersionNames
(String(s))
Name of logical JDK version configuration to use in each VM, as found in
JDKVersionPrms.names. |
static java.lang.Long |
jprobeNames
(String(s))
Logical names of the JProbe configurations used by client VMs.
|
static java.lang.Long |
names
(String(s))
Logical names of the client descriptions.
|
static java.lang.Long |
versionNames
(String(s))
Name of logical version configuration to use in each VM, as found in
VersionPrms.names. |
static java.lang.Long |
vmNames
(String(s))
Logical names of the VM descriptions to use to create client VMs.
|
static java.lang.Long |
vmQuantities
(int(s))
Number of client VMs to create.
|
static java.lang.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(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final java.lang.String CLIENT_NAME_PROPERTY
public static java.lang.Long names
public static java.lang.Long vmNames
names
are defined. See the include files in $JTESTS/hydraconfig for sample
configurations.VmPrms.names,
VmDescriptionpublic static java.lang.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 java.lang.Long jprobeNames
JProbePrms.names,
JProbeDescriptionpublic static java.lang.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 java.lang.Long versionNames
VersionPrms.names. Can be specified as BasePrms.NONE (default),
which does not use versioning. Ignored for STARTTASK and ENDTASK VMs.VersionPrmspublic static java.lang.Long vmQuantities
public static java.lang.Long vmThreads
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.