public class CachePrms extends BasePrms
CacheDescription.
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 java.lang.Long |
copyOnRead
(boolean(s))
Copy on read for each cache.
|
static java.lang.Long |
gatewayConflictResolver
(String(s))
Class name of gateway conflict resolver for each cache.
|
static java.lang.Long |
lockLease
(int(s))
Lock lease for each cache, in seconds.
|
static java.lang.Long |
lockTimeout
(int(s))
Lock timeout for each cache, in seconds.
|
static java.lang.Long |
messageSyncInterval
(int(s))
Message sync interval for each cache, in seconds.
|
static java.lang.Long |
names
(String(s))
Logical names of the cache descriptions.
|
static java.lang.Long |
pdxDiskStoreName
(String(s))
Name of logical disk store configuration (and actual disk store name)
to use for the pdx serializer for each cache, as found in
DiskStorePrms.names. |
static java.lang.Long |
pdxIgnoreUnreadFields
(boolean(s))
PDX ignore unread fields for each cache.
|
static java.lang.Long |
pdxPersistent
(boolean(s))
PDX persistent for each cache.
|
static java.lang.Long |
pdxReadSerialized
(boolean(s))
PDX read serialized for each cache.
|
static java.lang.Long |
pdxSerializerInstantiator
(String pair(s))
Class and method used to instantiate a pdx serializer for each cache.
|
static java.lang.Long |
resourceManagerName
(String(s))
Name of logical resource manager configuration for each cache, as found in
ResourceManagerPrms.names. |
static java.lang.Long |
searchTimeout
(int(s))
Search timeout for each cache, in seconds.
|
| Constructor and Description |
|---|
CachePrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long copyOnRead
public static java.lang.Long gatewayConflictResolver
BasePrms.NONE.public static java.lang.Long lockLease
public static java.lang.Long lockTimeout
public static java.lang.Long messageSyncInterval
public static java.lang.Long pdxDiskStoreName
DiskStorePrms.names. Can be specified as BasePrms.NONE (default).#pdxSerializer}.public static java.lang.Long pdxIgnoreUnreadFields
public static java.lang.Long pdxPersistent
#pdxSerializer}.public static java.lang.Long pdxReadSerialized
#pdxSerializer}.public static java.lang.Long pdxSerializerInstantiator
BasePrms.NONE (default).
Hydra creates a singleton instance for each cache description.
public static java.lang.Long resourceManagerName
ResourceManagerPrms.names. Can be specified as BasePrms.NONE
(default).public static java.lang.Long searchTimeout
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.