public abstract class CapConTest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
LRUAllowance |
protected static com.gemstone.gemfire.internal.NanoTimer |
nt |
protected int |
numThreads |
protected int |
numVMs |
protected RandomValues |
randomValues |
protected static String |
REGION_NAME |
static CapConTest |
testInstance |
protected boolean |
useTransactions |
| Constructor and Description |
|---|
CapConTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEntries() |
protected Object[] |
addEntry() |
protected static void |
checkForEventError() |
abstract com.gemstone.gemfire.cache.CacheListener |
getEventListener()
Return the object attributes to be used when putting an object in a region.
|
abstract Object |
getNewKey()
Return a new key object to put into the region.
|
abstract Object |
getNewValue()
Return a new value object to put into the region.
|
abstract Object |
getPreviousKey()
Return a key previously used in this test.
|
protected com.gemstone.gemfire.cache.Region |
getWorkRegion() |
static void |
HydraTask_endTask()
Check that the test evicted enough
|
protected void |
initialize() |
protected void |
randomGet()
Do a get in order to try to bring in entries from other distributed
caches.
|
boolean |
useCacheLoader() |
protected static final String REGION_NAME
public static CapConTest testInstance
protected RandomValues randomValues
protected static com.gemstone.gemfire.internal.NanoTimer nt
protected int LRUAllowance
protected int numVMs
protected int numThreads
protected boolean useTransactions
public abstract Object getNewKey()
public abstract Object getNewValue()
public abstract com.gemstone.gemfire.cache.CacheListener getEventListener()
public abstract Object getPreviousKey()
protected void initialize()
protected void addEntries()
protected Object[] addEntry()
protected void randomGet()
protected static void checkForEventError()
protected com.gemstone.gemfire.cache.Region getWorkRegion()
public static void HydraTask_endTask()
public boolean useCacheLoader()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.