public class EntryOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map |
exceptionMap |
protected static String |
KEY_SET |
protected static String |
NON_SECURE_REGION_NAME |
static Map |
operationsMap |
static Map<String,Map> |
userExceptionMap |
static Map<String,Map> |
userOperationMap |
| Constructor and Description |
|---|
EntryOperations() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doFunctionExecute(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps,
com.gemstone.gemfire.cache.execute.Function function,
String method) |
static void |
doInitialFeed() |
static void |
doPut() |
static void |
doQueryExecute(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps) |
protected static HashMap |
getMapForPutAll() |
static void |
initCQTask(Boolean isDurable)
This method tests CQ functionality in multiuserMode.
|
static void |
populateNonSecureRegion() |
static void |
putAllKeysInRange() |
static void |
putKeysInBB() |
static void |
startFunctionExecuteOperationForMultiUserMode()
This method tests functionService in multiuserMode.
|
static void |
startQueryExecuteOperationForMultiUserMode()
This method tests queryService functionality in multiuserMode.
|
static void |
startRandomOperations()
This method is an select one entry operation randomly.
|
static void |
startRandomOperationsForMultiUserMode()
This method selects one entry operation randomly in multiuserMode.
|
static void |
startRandomOperationsOnRegion(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps) |
static void |
updateKeysInRegion(com.gemstone.gemfire.cache.Region aRegion) |
protected static final String NON_SECURE_REGION_NAME
protected static final String KEY_SET
public static Map operationsMap
public static Map exceptionMap
public static void doPut()
public static void updateKeysInRegion(com.gemstone.gemfire.cache.Region aRegion)
public static void doInitialFeed()
public static void putKeysInBB()
public static void putAllKeysInRange()
public static void populateNonSecureRegion()
public static void startQueryExecuteOperationForMultiUserMode()
public static void doQueryExecute(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps)
public static void initCQTask(Boolean isDurable)
public static void startFunctionExecuteOperationForMultiUserMode()
public static void doFunctionExecute(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps,
com.gemstone.gemfire.cache.execute.Function function,
String method)
public static void startRandomOperationsForMultiUserMode()
public static void startRandomOperationsOnRegion(com.gemstone.gemfire.cache.Region region,
String userName,
Map[] maps)
public static void startRandomOperations()
protected static HashMap getMapForPutAll()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.