| Package | Description |
|---|---|
| asyncMsg | |
| delta | |
| diskRecovery | |
| getInitialImage | |
| hct | |
| management.test.cli | |
| parReg | |
| parReg.tx | |
| pdx | |
| pdx.compat | |
| snapshot | |
| splitBrain | |
| tx | |
| util |
| Modifier and Type | Method and Description |
|---|---|
BaseValueHolder |
AsyncMsgTest.getNewValue(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
AsyncMsgTest.putEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
BaseValueHolder value,
String opName)
Puts a new key/value in the given region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeltaValueHolder |
| Modifier and Type | Method and Description |
|---|---|
BaseValueHolder |
DeltaValueHolder.getAlternateValueHolder(RandomValues randomValues) |
| Modifier and Type | Method and Description |
|---|---|
static BaseValueHolder |
RecoveryTestVersionHelper.getVersionedValueHolder(String valueClassName,
String key,
RandomValues randomValues) |
static BaseValueHolder |
RecoveryTestVersionHelper.toValueHolder(Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
InitImageTest.createObject(Object key) |
protected BaseValueHolder |
InitImageTest.createObject(Object key,
RandomValues values) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
BridgeNotify.createObject(Object key,
RandomValues rdmVal) |
protected BaseValueHolder |
RandInterestPolicyTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
String key)
Return an object to be used to update the given key.
|
protected BaseValueHolder |
RandInterestPolicyTest.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BridgeNotify.query(com.gemstone.gemfire.cache.Region aRegion,
Object key,
BaseValueHolder expectedValue) |
| Modifier and Type | Method and Description |
|---|---|
static BaseValueHolder |
DeployTestFunction.createValueHolderInstance(String className,
String key,
RandomValues rv)
Use reflection to create a new instance of a BaseValueHolder that
has a constructor with args (String, RandomValues) and is not available
on the classpath currently because it wa compiled outside the
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
ParRegTest.createObject(Object key) |
BaseValueHolder |
ParRegTest.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
CustomPartitionTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
Object key) |
BaseValueHolder |
CustomPartitionTest.getValueForKey(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
MixedRegionViewTest.putEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
BaseValueHolder value,
String opName)
Puts a new key/value in the given region.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseValueHolder |
PdxTest.getVersionedValueHolder(String className,
Object anObj,
RandomValues rv)
Use reflection to create a new instance of VersionedValueHolder or
a subclass assuming it has a constructor with args (Object, RandomValues).
|
static BaseValueHolder |
PdxTest.getVersionedValueHolder(String className,
String key,
RandomValues rv)
Use reflection to create a new instance of VersionedValueHolder or
a subclass assuming it has a constructor with args (String, RandomValues).
|
static BaseValueHolder |
PdxTest.toValueHolder(Object anObj)
Given an object (assumed to be either a ValueHolder, PdxInstance or null)
return either the ValueHolder or the ValueHolder represented by the
PdxInstance or null.
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
Operations.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
Object key) |
static BaseValueHolder |
PdxCompatTest.getValueForKey(Object key)
Return a value for the given key
|
BaseValueHolder |
Operations.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
static BaseValueHolder |
SnapshotTest.getVersionedValueHolder(String valueClassName,
String key,
RandomValues randomValues) |
static BaseValueHolder |
SnapshotTest.toValueHolder(Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseValueHolder |
ForcedDiscTest.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
String key)
Return an object to be used to update the given key.
|
protected BaseValueHolder |
ForcedDiscTest.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
TxUtil.putEntry(com.gemstone.gemfire.cache.Region aRegion,
Object key,
BaseValueHolder value,
String opName)
Puts a new key/value in the given region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueHolder
Implements Externalizable which in turn implements java.io.Serializable.
|
class |
VHDataSerializable |
class |
VHDataSerializableInstantiator |
| Modifier and Type | Method and Description |
|---|---|
BaseValueHolder |
BaseValueHolder.getAlternateValueHolder(RandomValues randomValues)
Using the current values in this ValueHolder, return a new
ValueHolder that has the same "value" in
myValue and
a new extraObject if extraObject is used. |
protected BaseValueHolder |
OperationsClient.getUpdateObject(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Return an object to be used to update the given key.
|
BaseValueHolder |
OperationsClient.getValueForKey(Object key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VHDataSerializable.myFromData(BaseValueHolder vh,
DataInput in) |
static void |
VHDataSerializable.myToData(BaseValueHolder vh,
DataOutput out) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.