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