public abstract class NoConflictTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.gemstone.gemfire.cache.Region |
aRegion |
protected static String |
REGION_NAME |
static NoConflictTest |
testInstance |
| Constructor and Description |
|---|
NoConflictTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNewEntries()
Add new entries to the test's region using unique keys for every new entry.
|
protected void |
doOpsInTx()
Do random operations in a transaction for minTaskGranularitySec seconds.
|
protected abstract void |
fill() |
static void |
HydraTask_addNewEntries()
Hydra task to add new entries to the region
|
static void |
HydraTask_doOpsInTx()
Hydra task to do random operations in a transaction
|
static void |
HydraTask_fill()
Hydra task to fill the region up to but not over its capacity.
|
protected void |
initialize()
Initialize by creating a root region.
|
protected abstract void |
verifyCapacity() |
public static NoConflictTest testInstance
protected static final String REGION_NAME
protected com.gemstone.gemfire.cache.Region aRegion
protected abstract void verifyCapacity()
protected abstract void fill()
protected void initialize()
public static void HydraTask_fill()
public static void HydraTask_doOpsInTx()
public static void HydraTask_addNewEntries()
protected void doOpsInTx()
protected void addNewEntries()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.