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