public class WANClientVersionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ITERATIONS |
protected static String |
REGION_NAME |
| Constructor and Description |
|---|
WANClientVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
initPdxDiskStore()
Create the pdx disk store if one was specified.
|
static void |
putSequentialKeysTask(WANClient client)
Puts integers into the cache with a globally increasing shared counter as the key.
|
protected static void |
updateEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
Object value)
Randomly use put or (concurrentMap op) replace to update a value in the cache.
|
protected static final String REGION_NAME
protected static final int ITERATIONS
public static void putSequentialKeysTask(WANClient client) throws Exception
Exceptionprotected static void initPdxDiskStore()
protected static void updateEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
Object value)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.