| Package | Description |
|---|---|
| delta | |
| hct.backwardCompatibility | |
| versioning |
| Modifier and Type | Class and Description |
|---|---|
class |
DeltaValueHolder |
| Modifier and Type | Method and Description |
|---|---|
protected ValueHolder |
BackwardCompatibilityTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Return an object to be used to update the given key.
|
ValueHolder |
BackwardCompatibilityTest.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
protected ValueHolder |
VersioningTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
String key)
Return an object to be used to update the given key.
|
protected ValueHolder |
ConflictedOpsTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
String key)
Return an object to be used to update the given key.
|
protected ValueHolder |
VersioningTest.getValueForKey(Object key)
Return a value for the given key
|
protected ValueHolder |
ConflictedOpsTest.getValueForKey(Object key)
Return a value for the given key
|
protected ValueHolder |
ConflictedOpsTest.getValueForKey(Object key,
Integer modVal)
Return a value for the given key and initialize modVal with the given value
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ConflictedOpsTest.verifyMyValue(Object key,
ValueHolder expectedValue,
ValueHolder valueToCheck,
int compareStrategy)
Verify that the given object is an instance of ValueHolder
with expectedValue as the myValue field.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.