public class AdminPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static int |
ADMIN |
static Long |
adminInDsVm
(boolean)
Does this test create an AdminDistributedSystem in the same VM as a
Distributed System.
|
static Long |
adminInterface
(int)
adminInterface to use (admin or jmx)
|
static Long |
areRegionsDestroyed
(boolean)
Does this test destroy regions? If not, the test will fail if it
attemps to {@linkplain
com.gemstone.gemfire.admin.SystemMemberCache#getRegion administer
a region and finds that one does not exist.
|
static Long |
cacheServerHost
(String)
Host on which to start CacheServer
|
static Long |
cacheServerRemoteCommand
(String)
Remote Command for use when starting CacheServer on remote host
|
static Long |
defineCacheLoaderRemote |
static int |
JMX |
static Long |
lockTimeout
(int) The lock time value for the cache instance.
|
static Long |
maxCacheServers
(int)
Max number of cache servers for tests
|
static Long |
numRootRegions
(int)
number of root regions to generate
|
static Long |
numSubRegions
(int)
number of subregions to generate for each region
|
static Long |
objectType
(String)
Type of objects to create, as a fully qualified classname.
|
static Long |
regionDepth
(int)
depth of each region tree
|
static Long |
systemMemberCacheListener
(SystemMemberCacheListener)
Fully qualified pathname of a SystemMemberCacheListener.
|
static Long |
systemMembershipListener
(SystemMembershipListener)
Fully qualified pathname of a SystemMembershipListener.
|
| Constructor and Description |
|---|
AdminPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
adminInDsVm() |
static boolean |
areRegionsDestroyed() |
static int |
getAdminInterface() |
static boolean |
getDefineCacheLoaderRemote() |
static String |
getObjectType() |
static com.gemstone.gemfire.admin.SystemMemberCacheListener |
getSystemMemberCacheListener() |
static com.gemstone.gemfire.admin.SystemMembershipListener |
getSystemMembershipListener() |
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long adminInterface
public static final int ADMIN
public static final int JMX
public static Long numRootRegions
public static Long numSubRegions
public static Long regionDepth
public static Long lockTimeout
public static Long objectType
ObjectHelper. Defaults to
SizedString with the default size.ObjectHelperpublic static Long systemMembershipListener
SystemMembershipListener.
Default value is null (we won't install an SystemMembershipListener unless
requested).public static Long systemMemberCacheListener
SystemMemberCacheListener.
Default value is null (we won't install an SystemMemberCacheListener unless
requested).public static Long areRegionsDestroyed
public static Long adminInDsVm
public static Long cacheServerHost
public static Long cacheServerRemoteCommand
public static Long maxCacheServers
public static Long defineCacheLoaderRemote
public static int getAdminInterface()
public static String getObjectType()
public static com.gemstone.gemfire.admin.SystemMembershipListener getSystemMembershipListener()
public static com.gemstone.gemfire.admin.SystemMemberCacheListener getSystemMemberCacheListener()
public static boolean areRegionsDestroyed()
public static boolean adminInDsVm()
public static boolean getDefineCacheLoaderRemote()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.