public class ClientCachePrms extends BasePrms
ClientCacheDescription.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values and fields of a parameter can be set to BasePrms.DEFAULT,
except where noted. This uses the product default, except where noted.
Values and fields of a parameter can use oneof, range, or robing except where noted, but each description created will use a fixed value chosen at test configuration time. Use as a task attribute is illegal.
| Modifier and Type | Field and Description |
|---|---|
static Long |
defaultDiskStoreName
(String(s))
Name of the logical configuration for the default disk store for each
client cache, as found in
DiskStorePrms.names. |
static Long |
defaultPoolName
(String(s))
Name of the logical configuration for the default pool for each client
cache, as found in
PoolPrms.names. |
static Long |
names
(String(s))
Logical names of the client cache descriptions.
|
static Long |
pdxDiskStoreName
(String(s))
Name of logical disk store configuration (and actual disk store name)
to use for the pdx serializer for each client cache, as found in
DiskStorePrms.names. |
static Long |
pdxIgnoreUnreadFields
(boolean(s))
PDX ignore unread fields for each client cache.
|
static Long |
pdxPersistent
(boolean(s))
PDX persistent for each client cache.
|
static Long |
pdxReadSerialized
(boolean(s))
PDX read serialized for each client cache.
|
static Long |
pdxSerializerInstantiator
(String pair(s))
Class and method used to instantiate a pdx serializer for each client
cache.
|
| Constructor and Description |
|---|
ClientCachePrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long names
public static Long defaultDiskStoreName
DiskStorePrms.names. Can be specified
as BasePrms.NONE (default). The name of this disk store is "DEFAULT".
NOTE: If no default disk store is specified, it is up to the test to either create a disk store named "DEFAULT" that the product can discover and use as the default disk store or specify a non-default disk store name whereever disk stores are needed. Otherwise, the default disk store will use disk directories based on the master controller working directory.
public static Long defaultPoolName
PoolPrms.names. Can be specified as BasePrms.NONE (default). The product names this pool "DEFAULT" if no pool by
that name already exists (otherwise it adds a numeric suffix).
NOTE: If no default pool is specified, it is up to the test to either precreate a single pool that the product can discover and use as the default pool or specify a non-default pool name when creating regions. Otherwise, it creates a default pool listening on localhost and the default port;
public static Long pdxDiskStoreName
DiskStorePrms.names. Can be specified as BasePrms.NONE (default).#pdxSerializer}.public static Long pdxIgnoreUnreadFields
public static Long pdxPersistent
#pdxSerializer}.public static Long pdxReadSerialized
#pdxSerializer}.public static Long pdxSerializerInstantiator
BasePrms.NONE (default).
Hydra creates a singleton instance for each client cache description.
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.