public class IndexWithRegionOperationsTest extends Object
| Constructor and Description |
|---|
IndexWithRegionOperationsTest()
Creates a new instance of IndexWithRegionOperationsTest
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCache() |
protected void |
closeTask() |
static void |
createCache() |
void |
createGlobalRegion() |
protected void |
createIndex(com.gemstone.gemfire.cache.Region region) |
void |
createMirroredRegion() |
void |
createNonMirroredRegion() |
protected void |
createPersistBackUpRegion() |
static void |
doClear(com.gemstone.gemfire.cache.Region region) |
static void |
doDestroy(com.gemstone.gemfire.cache.Region region) |
static void |
doGet(com.gemstone.gemfire.cache.Region region) |
static void |
doInvalidate(com.gemstone.gemfire.cache.Region region) |
static void |
doPut(com.gemstone.gemfire.cache.Region region) |
static void |
doRemove(com.gemstone.gemfire.cache.Region region) |
static void |
doUpdate(com.gemstone.gemfire.cache.Region region) |
static com.gemstone.gemfire.cache.Region |
getRegion(int i) |
static void |
HydraTask_closetask() |
static void |
HydraTask_initialize() |
static void |
HydraTask_PerformExecuteQuery() |
static void |
HydraTask_PerformIndex() |
static void |
HydraTask_PerformRegionOperations() |
protected void |
initialize() |
protected void |
performExecuteQuery() |
protected void |
performIndex() |
protected void |
performRegionOperation() |
protected void |
removeIndex(com.gemstone.gemfire.cache.Region region) |
public IndexWithRegionOperationsTest()
public static void HydraTask_initialize()
protected void initialize()
public static void createCache()
public void createNonMirroredRegion()
public void createMirroredRegion()
public void createGlobalRegion()
protected void createPersistBackUpRegion()
public static void HydraTask_PerformIndex()
public static void HydraTask_PerformRegionOperations()
public static void HydraTask_PerformExecuteQuery()
protected void performIndex()
protected void createIndex(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionprotected void removeIndex(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionprotected void performRegionOperation()
public static void doPut(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doUpdate(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doGet(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doDestroy(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doInvalidate(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doRemove(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void doClear(com.gemstone.gemfire.cache.Region region)
throws Exception
Exceptionpublic static void HydraTask_closetask()
protected void closeTask()
protected void closeCache()
public static com.gemstone.gemfire.cache.Region getRegion(int i)
protected void performExecuteQuery()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.