public class CommandPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
commandWaitSec
(int) The number of seconds to wait for a gfsh command before it times out.
|
static Long |
connectToLocator
(String) Can be one of "true", "false" or "random".
|
static Long |
createClientRegions
(boolean) If true, create client regions for a client/server topology
|
static Long |
createPersistentRegions
(boolean) If true, create persistent regions
|
static Long |
createProxyRegions
(boolean) If true, create empty or accessor regions, otherwise create
regions that host data.
|
static Long |
createSubregions
(boolean) If true, create subregions
|
static Long |
expectLocatorManagers
(boolean) If true, then verify that managers are only running in locators,
otherwise allow non-locator members to be managers.
|
static Long |
functionsRegistered
(boolean) Whether functions have been registered
|
static Long |
haveAdminHosts
(boolean) If true, we have Admin Hosts
|
static Long |
howToConnect
(String) Can be one of:
"locator" - to connect to a locator
"jmxManager" to connect to a jmxManager
"http" to use http with a jmxManager
|
static Long |
indexAdded
(boolean) Whether indexes have been added
|
static Long |
limitManagersToMembers
(String) Used to limit managers started with the API to certain members.
|
static Long |
nbrMemberHosts
(int) The number of member host that are created.
|
static Long |
nbrOfManagers
(String) The Desired number of managers to create
|
static Long |
numMembersCreateCacheOnly
(int) The number of members that should initialize by joining the
distributed system and creating a cache only, but should not
regions.
|
static Long |
numMembersJoinDSOnly
(int) The number of members that should initialize by joining the
distributed system only, but should not create a cache (and
thus no regions).
|
static Long |
numMembersToHostRegion
(int) The number of members that should host a region.
|
static Long |
numToLoadEachRegion
(int) The number of entries to load into each region.
|
static Long |
numToStop
(int) The number of members to stop at one time.
|
static Long |
regionsAdded
(boolean) Whether regions have been added
|
static Long |
sleepForMs
(int) The Desired number of milliseconds to sleep for
|
| Constructor and Description |
|---|
CommandPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommandWaitSec() |
static boolean |
getConnectToLocator() |
static boolean |
getCreateClientRegions() |
static boolean |
getCreatePersistentRegions() |
static boolean |
getCreateProxyRegions() |
static boolean |
getCreateSubregions() |
static boolean |
getExpectLocatorManagers() |
static boolean |
getFunctionsRegistered() |
static String |
getHowToConnect() |
static boolean |
getIndexAdded() |
static String |
getLimitManagersToMembers() |
static int |
getNbrMemberHosts() |
static String |
getNbrOfManagers() |
static int |
getNumMembersCreateCacheOnly() |
static int |
getNumMembersJoinDSOnly() |
static int |
getNumMembersToHostRegion() |
static int |
getNumToLoadEachRegion() |
static int |
getNumToStop() |
static boolean |
getRegionsAdded() |
static int |
getSleepForMs() |
static boolean |
haveAdminHosts() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long createProxyRegions
public static Long createClientRegions
public static Long createPersistentRegions
public static Long createSubregions
public static Long nbrOfManagers
public static Long sleepForMs
public static Long functionsRegistered
public static Long indexAdded
public static Long regionsAdded
public static Long numMembersJoinDSOnly
public static Long numMembersCreateCacheOnly
public static Long numToStop
public static Long numToLoadEachRegion
public static Long haveAdminHosts
public static Long nbrMemberHosts
public static Long numMembersToHostRegion
public static Long howToConnect
public static Long connectToLocator
public static Long limitManagersToMembers
public static Long expectLocatorManagers
public static Long commandWaitSec
public static boolean getCreateProxyRegions()
public static boolean getCreateClientRegions()
public static boolean getCreatePersistentRegions()
public static boolean getCreateSubregions()
public static String getNbrOfManagers()
public static int getSleepForMs()
public static boolean getFunctionsRegistered()
public static boolean getIndexAdded()
public static boolean getRegionsAdded()
public static int getNumMembersJoinDSOnly()
public static int getNumMembersCreateCacheOnly()
public static int getNumToStop()
public static int getNumToLoadEachRegion()
public static boolean haveAdminHosts()
public static int getNbrMemberHosts()
public static int getNumMembersToHostRegion()
public static String getHowToConnect()
public static boolean getConnectToLocator()
public static String getLimitManagersToMembers()
public static boolean getExpectLocatorManagers()
public static int getCommandWaitSec()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.