public class PrTxQueryTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
minTaskGranularityMS |
protected long |
minTaskGranularitySec |
protected int |
numOpsPerTask |
protected static PrTxQueryTest |
testInstance |
| Constructor and Description |
|---|
PrTxQueryTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
boolean setExtra) |
protected void |
dumpLocalKeys() |
protected void |
executeTx(Object key) |
protected Object |
getNextNegativeKey() |
protected Object |
getNextPositiveKey() |
static void |
HydraTask_dumpLocalKeys()
Debug method to see what keys are on each VM at start of test
|
static void |
HydraTask_initialize()
Create the cache and Region.
|
static void |
HydraTask_initializeWithPartitionedRegions()
Create the cache and Region.
|
static void |
HydraTask_negativeTx() |
static void |
HydraTask_populateUpdateRegions() |
static void |
HydraTask_positiveTx() |
static void |
HydraTask_query() |
protected void |
initialize() |
protected void |
initializePartitionedRegions() |
protected void |
negativeTx() |
protected void |
populateUpdateRegions() |
protected void |
positiveTx() |
protected void |
query() |
protected void |
queryForKey(Object key) |
protected void |
queryPartitionedRegionForKey(Object key) |
protected void |
updateEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key) |
protected static PrTxQueryTest testInstance
protected long minTaskGranularitySec
protected long minTaskGranularityMS
protected int numOpsPerTask
public static void HydraTask_initializeWithPartitionedRegions()
protected void initializePartitionedRegions()
public static void HydraTask_initialize()
protected void initialize()
public static void HydraTask_populateUpdateRegions()
protected void populateUpdateRegions()
public static void HydraTask_dumpLocalKeys()
protected void dumpLocalKeys()
protected void createEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
boolean setExtra)
protected void updateEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key)
public static void HydraTask_positiveTx()
protected void positiveTx()
public static void HydraTask_negativeTx()
protected void negativeTx()
protected Object getNextPositiveKey()
protected Object getNextNegativeKey()
protected void executeTx(Object key)
public static void HydraTask_query()
protected void query()
protected void queryForKey(Object key)
protected void queryPartitionedRegionForKey(Object key)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.