public class PdxInstanceCreator extends Object
| Constructor and Description |
|---|
PdxInstanceCreator() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.pdx.PdxInstance |
getVersionedValueHolder(String className,
String key,
RandomValues rv)
This method creates a PdxInstance representing either a version1 or version2 flavor
of a versioned ValueHolder
|
public static com.gemstone.gemfire.pdx.PdxInstance getVersionedValueHolder(String className, String key, RandomValues rv)
className - The class name to use to create the PdxInstance; this could be
an instance of VersionedValueHolder or PdxVersionedValueHolder for example.key - The key which encode the base valuerv - RandomValues for the extraObject (payload)Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.