public class PdxPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
createProxyRegions
(boolean) If true, create empty or accessor regions, otherwise create
regions that host data.
|
static Long |
doEnumValidation
(boolean) For 662 do enum validation (new api added in 662 for pdx
enums.
|
static Long |
initClassLoader
(boolean) If true then this thread should initialize a class loader
for versioned domain objects, false otherwise.
|
static Long |
logStackTrace
(boolean) If true then log stack traces on toData/fromData to help
with debugging, if false then don't log stack traces.
|
static Long |
logToAndFromData
(boolean) If true then log calls to toData/fromData for PdxSerializables
that consider this flag.
|
static Long |
numToLoadPerRegion
(int) The number of entries to load into each region.
|
static Long |
pdxSerializerClassName
(String) The name of the PdxSerializer class to use.
|
static Long |
shutDownAll
(boolean) If true then include shutDownAll in test.
|
| Constructor and Description |
|---|
PdxPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getCreateProxyRegions() |
static boolean |
getDoEnumValidation() |
static boolean |
getInitClassLoader() |
static boolean |
getLogStackTrace() |
static boolean |
getLogToAndFromData() |
static int |
getNumToLoadPerRegion() |
static String |
getPdxSerializerClassName() |
static boolean |
getShutDownAll() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long initClassLoader
public static Long logStackTrace
public static Long logToAndFromData
public static Long pdxSerializerClassName
public static Long createProxyRegions
public static Long numToLoadPerRegion
public static Long shutDownAll
public static Long doEnumValidation
public static boolean getInitClassLoader()
public static boolean getLogStackTrace()
public static boolean getLogToAndFromData()
public static String getPdxSerializerClassName()
public static boolean getCreateProxyRegions()
public static int getNumToLoadPerRegion()
public static boolean getShutDownAll()
public static boolean getDoEnumValidation()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.