public class ConnectionPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
acquireConnection
(boolean)
Whether to use acquire a connection after creating the region.
|
static Long |
bounceVm
(boolean)
Whether to bounce the VM.
|
static Long |
createCacheAndRegion
(boolean)
Whether to create a cache and region.
|
static Long |
deleteSystemFiles
(boolean)
Whether to delete the system files, and directory if
bounceVm
is true. |
static Long |
logTimes
(boolean)
Whether to log times for various operations.
|
static Long |
useCacheXml
(boolean)
Whether to use cache XML to create a cache and region when
createCacheAndRegion is true. |
| Constructor and Description |
|---|
ConnectionPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
acquireConnection() |
static boolean |
bounceVm() |
static boolean |
createCacheAndRegion() |
static boolean |
deleteSystemFiles() |
static boolean |
logTimes() |
static void |
main(String[] args) |
static boolean |
useCacheXml() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long bounceVm
public static Long createCacheAndRegion
public static Long deleteSystemFiles
bounceVm
is true. Defaults to true.public static Long logTimes
public static Long useCacheXml
createCacheAndRegion is true. Requires previous execution of
ConnectionClient#generateCacheXmlFileTask. Defaults to false.public static Long acquireConnection
public static boolean bounceVm()
public static boolean createCacheAndRegion()
public static boolean deleteSystemFiles()
public static boolean logTimes()
public static boolean useCacheXml()
public static boolean acquireConnection()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.