public class InitImagePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
cacheLoaderClass
(String) The fully qualified name of the cache loader to use if useCacheLoader is true.
|
static Long |
destroyConcurrently
(boolean) True indicates that the destroyRegion is to occur concurrently with the getInitialImage on that region.
|
static Long |
destroyParentRegion
(boolean) True indicates that we will attempt to destroy the parent region of the region under construction via
getInitialImage rather than the region being constructed.
|
static Long |
expectDeltaGII
(boolean) If true, expect restarted vms to do a delta gii
|
static Long |
giiHasSourceMember
(boolean) Whether to wait for getInitialImagesInProgress == true before closing the cache.
|
static Long |
giiPerEntrySleepMS
(int) The number of millseconds to sleep for each entry processed by gii.
|
static Long |
giiSourceDataPolicy
(String) Indicates the dataPolicy attributes of the 2 distributed caches that getInitialImage will use as its source.
|
static Long |
isFunctionExecutionTest
(boolean) True if test is a function execution test
|
static Long |
minOps
(int) The minimum number of operations deemed acceptable when verifying nonblocking behavior of getInitialImage.
|
static Long |
numKeys
(int) The number of keys in the region.
|
static Long |
numNewKeys
(int) The number of new keys to add to the region.
|
static Long |
opStatName
(String) operation name to use in statspec when verifying nonblocking behavior of getInitialImage (e.g.
|
static Long |
useCacheLoader
(boolean) True if a new entry should appear via a cacheLoader, false otherwise.
|
static Long |
useCacheWriter
(boolean) True if the region should be created with a cache writer, false otherwise
|
static Long |
useReplicatedRegions
(boolean) True if the test uses replicated regions (for function execution).
|
static Long |
useTransactions
(boolean) True if the test execute entry operations within a single transaction in the HydraTask_doOps() method.
|
static Long |
validateDestroyed
(boolean) Whether to validate destruction after destroy .
|
static Long |
waitForGetInitialImageStart
(boolean) Whether to wait for getInitialImagesInProgress == true before closing the cache.
|
| Constructor and Description |
|---|
InitImagePrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
expectDeltaGII() |
static int |
getMinOps() |
static boolean |
giiHasSourceMember() |
static String |
opStatName() |
static boolean |
useReplicatedRegions() |
static boolean |
useTransactions() |
static boolean |
validateDestroyed() |
static boolean |
waitForGetInitialImageStart() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numKeys
public static Long numNewKeys
public static Long useCacheLoader
public static Long giiSourceDataPolicy
public static Long destroyConcurrently
public static Long destroyParentRegion
public static Long cacheLoaderClass
public static Long useCacheWriter
public static Long isFunctionExecutionTest
public static Long giiPerEntrySleepMS
public static Long validateDestroyed
#destroyLocally. Not for use with oneof or range. Used in getInitialImage tests
to verify that the cache under construction will not return a destroyed value while the getInitialImage is in
progresspublic static Long useTransactions
public static Long useReplicatedRegions
public static Long opStatName
CachePerfClient#verifyOpsNonBlocking.public static Long minOps
public static Long waitForGetInitialImageStart
public static Long giiHasSourceMember
public static Long expectDeltaGII
public static boolean validateDestroyed()
public static boolean useTransactions()
public static boolean useReplicatedRegions()
public static String opStatName()
public static int getMinOps()
public static boolean waitForGetInitialImageStart()
public static boolean giiHasSourceMember()
public static boolean expectDeltaGII()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.