public class InitImagePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
cacheLoaderClass
(String) The fully qualified name of the cache loader to use if useCacheLoader is true.
|
static java.lang.Long |
destroyConcurrently
(boolean) True indicates that the destroyRegion is to occur concurrently with the getInitialImage on that region.
|
static java.lang.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 java.lang.Long |
expectDeltaGII
(boolean) If true, expect restarted vms to do a delta gii
|
static java.lang.Long |
giiHasSourceMember
(boolean) Whether to wait for getInitialImagesInProgress == true before closing the cache.
|
static java.lang.Long |
giiPerEntrySleepMS
(int) The number of millseconds to sleep for each entry processed by gii.
|
static java.lang.Long |
giiSourceDataPolicy
(String) Indicates the dataPolicy attributes of the 2 distributed caches that getInitialImage will use as its source.
|
static java.lang.Long |
isFunctionExecutionTest
(boolean) True if test is a function execution test
|
static java.lang.Long |
minOps
(int) The minimum number of operations deemed acceptable when verifying nonblocking behavior of getInitialImage.
|
static java.lang.Long |
numKeys
(int) The number of keys in the region.
|
static java.lang.Long |
numNewKeys
(int) The number of new keys to add to the region.
|
static java.lang.Long |
opStatName
(String) operation name to use in statspec when verifying nonblocking behavior of getInitialImage (e.g.
|
static java.lang.Long |
useCacheLoader
(boolean) True if a new entry should appear via a cacheLoader, false otherwise.
|
static java.lang.Long |
useCacheWriter
(boolean) True if the region should be created with a cache writer, false otherwise
|
static java.lang.Long |
useReplicatedRegions
(boolean) True if the test uses replicated regions (for function execution).
|
static java.lang.Long |
useTransactions
(boolean) True if the test execute entry operations within a single transaction in the HydraTask_doOps() method.
|
static java.lang.Long |
validateDestroyed
(boolean) Whether to validate destruction after destroy .
|
static java.lang.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 java.lang.String |
opStatName() |
static boolean |
useReplicatedRegions() |
static boolean |
useTransactions() |
static boolean |
validateDestroyed() |
static boolean |
waitForGetInitialImageStart() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numKeys
public static java.lang.Long numNewKeys
public static java.lang.Long useCacheLoader
public static java.lang.Long giiSourceDataPolicy
public static java.lang.Long destroyConcurrently
public static java.lang.Long destroyParentRegion
public static java.lang.Long cacheLoaderClass
public static java.lang.Long useCacheWriter
public static java.lang.Long isFunctionExecutionTest
public static java.lang.Long giiPerEntrySleepMS
public static java.lang.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 java.lang.Long useTransactions
public static java.lang.Long useReplicatedRegions
public static java.lang.Long opStatName
CachePerfClient#verifyOpsNonBlocking.public static java.lang.Long minOps
public static java.lang.Long waitForGetInitialImageStart
public static java.lang.Long giiHasSourceMember
public static java.lang.Long expectDeltaGII
public static boolean validateDestroyed()
public static boolean useTransactions()
public static boolean useReplicatedRegions()
public static java.lang.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.