public class DeltaPropagation extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
lastKeyReceived
Boolean to indicate that 'last_key' put by feeder has been received by
client
|
protected static com.gemstone.gemfire.cache.client.internal.PoolImpl |
mypool |
protected static String |
REGION_NAME |
static String |
VmDurableId |
| Constructor and Description |
|---|
DeltaPropagation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initCacheClient()
Initializes the test region in the cache client VM and registers interest.
|
static void |
initCacheClientOld()
Initializes the test region in the cache client VM and registers interest
only for non delta's.
|
static void |
initCacheServer()
Initializes the test region in the cache server VM.
|
static void |
initDurableCacheClient()
Initializes the test region in the cache durable client VM and registers interest.
|
static void |
verifyOverflowToDisk()
Task to verify PR bucket overflow to disk.
|
static void |
verifyOverflowToDisk(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion) |
static void |
waitForLastKeyReceivedAtClient() |
protected static com.gemstone.gemfire.cache.client.internal.PoolImpl mypool
protected static final String REGION_NAME
public static String VmDurableId
public static volatile boolean lastKeyReceived
public static void initCacheServer()
public static void initCacheClientOld()
public static void waitForLastKeyReceivedAtClient()
public static void verifyOverflowToDisk()
public static void verifyOverflowToDisk(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion)
public static void initCacheClient()
public static void initDurableCacheClient()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.