public class PdxPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
createProxyRegions
(boolean) If true, create empty or accessor regions, otherwise create
regions that host data.
|
static java.lang.Long |
doEnumValidation
(boolean) For 662 do enum validation (new api added in 662 for pdx
enums.
|
static java.lang.Long |
initClassLoader
(boolean) If true then this thread should initialize a class loader
for versioned domain objects, false otherwise.
|
static java.lang.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 java.lang.Long |
logToAndFromData
(boolean) If true then log calls to toData/fromData for PdxSerializables
that consider this flag.
|
static java.lang.Long |
numToLoadPerRegion
(int) The number of entries to load into each region.
|
static java.lang.Long |
pdxSerializerClassName
(String) The name of the PdxSerializer class to use.
|
static java.lang.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 java.lang.String |
getPdxSerializerClassName() |
static boolean |
getShutDownAll() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long initClassLoader
public static java.lang.Long logStackTrace
public static java.lang.Long logToAndFromData
public static java.lang.Long pdxSerializerClassName
public static java.lang.Long createProxyRegions
public static java.lang.Long numToLoadPerRegion
public static java.lang.Long shutDownAll
public static java.lang.Long doEnumValidation
public static boolean getInitClassLoader()
public static boolean getLogStackTrace()
public static boolean getLogToAndFromData()
public static java.lang.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.