public class DiskRegVersionHelper extends Object
| Constructor and Description |
|---|
DiskRegVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static long |
compareValues(com.gemstone.gemfire.cache.Region aRegion,
Object key) |
static Object |
getValueInVM(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Get the value for the given key as it appears in the VM.
|
public static Object getValueInVM(com.gemstone.gemfire.cache.Region aRegion, Object key)
aRegion - The region that contains the key.key - The key in the region.public static long compareValues(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.