public class CommandPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
commandWaitSec
(int) The number of seconds to wait for a gfsh command before it times out.
|
static java.lang.Long |
connectToLocator
(String) Can be one of "true", "false" or "random".
|
static java.lang.Long |
createClientRegions
(boolean) If true, create client regions for a client/server topology
|
static java.lang.Long |
createPersistentRegions
(boolean) If true, create persistent regions
|
static java.lang.Long |
createProxyRegions
(boolean) If true, create empty or accessor regions, otherwise create
regions that host data.
|
static java.lang.Long |
createSubregions
(boolean) If true, create subregions
|
static java.lang.Long |
expectLocatorManagers
(boolean) If true, then verify that managers are only running in locators,
otherwise allow non-locator members to be managers.
|
static java.lang.Long |
functionsRegistered
(boolean) Whether functions have been registered
|
static java.lang.Long |
haveAdminHosts
(boolean) If true, we have Admin Hosts
|
static java.lang.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 java.lang.Long |
indexAdded
(boolean) Whether indexes have been added
|
static java.lang.Long |
limitManagersToMembers
(String) Used to limit managers started with the API to certain members.
|
static java.lang.Long |
nbrMemberHosts
(int) The number of member host that are created.
|
static java.lang.Long |
nbrOfManagers
(String) The Desired number of managers to create
|
static java.lang.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 java.lang.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 java.lang.Long |
numMembersToHostRegion
(int) The number of members that should host a region.
|
static java.lang.Long |
numToLoadEachRegion
(int) The number of entries to load into each region.
|
static java.lang.Long |
numToStop
(int) The number of members to stop at one time.
|
static java.lang.Long |
regionsAdded
(boolean) Whether regions have been added
|
static java.lang.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 java.lang.String |
getHowToConnect() |
static boolean |
getIndexAdded() |
static java.lang.String |
getLimitManagersToMembers() |
static int |
getNbrMemberHosts() |
static java.lang.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 java.lang.Long createProxyRegions
public static java.lang.Long createClientRegions
public static java.lang.Long createPersistentRegions
public static java.lang.Long createSubregions
public static java.lang.Long nbrOfManagers
public static java.lang.Long sleepForMs
public static java.lang.Long functionsRegistered
public static java.lang.Long indexAdded
public static java.lang.Long regionsAdded
public static java.lang.Long numMembersJoinDSOnly
public static java.lang.Long numMembersCreateCacheOnly
public static java.lang.Long numToStop
public static java.lang.Long numToLoadEachRegion
public static java.lang.Long haveAdminHosts
public static java.lang.Long nbrMemberHosts
public static java.lang.Long numMembersToHostRegion
public static java.lang.Long howToConnect
public static java.lang.Long connectToLocator
public static java.lang.Long limitManagersToMembers
public static java.lang.Long expectLocatorManagers
public static java.lang.Long commandWaitSec
public static boolean getCreateProxyRegions()
public static boolean getCreateClientRegions()
public static boolean getCreatePersistentRegions()
public static boolean getCreateSubregions()
public static java.lang.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 java.lang.String getHowToConnect()
public static boolean getConnectToLocator()
public static java.lang.String getLimitManagersToMembers()
public static boolean getExpectLocatorManagers()
public static int getCommandWaitSec()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.