public class WANClientVersionHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ITERATIONS |
protected static java.lang.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,
java.lang.Object key,
java.lang.Object value)
Randomly use put or (concurrentMap op) replace to update a value in the cache.
|
protected static final java.lang.String REGION_NAME
protected static final int ITERATIONS
public static void putSequentialKeysTask(WANClient client) throws java.lang.Exception
java.lang.Exceptionprotected static void initPdxDiskStore()
protected static void updateEntry(com.gemstone.gemfire.cache.Region aRegion,
java.lang.Object key,
java.lang.Object value)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.