public class TxViewUtil extends TxUtil
createCallbackPrefix, destroyCallbackPrefix, invalidateCallbackPrefix, isBridgeClient, isSerialExecution, maxKeys, memberIdString, modValInitializer, NO_REPLICATION, NO_REPLICATION_RESTRICTION, randomValues, regionDestroyCallbackPrefix, regionInvalidateCallbackPrefix, suspendResume, txState, txUtilInstance, updateCallbackPrefix| Constructor and Description |
|---|
TxViewUtil() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Call containsKey on the given region and key
|
Object |
getRandomKey(com.gemstone.gemfire.cache.Region aRegion,
Object excludeKey)
Get a random key from the given region, excluding the key specified
by excludeKey.
|
Object |
getValueInVM(com.gemstone.gemfire.cache.Region aRegion,
Object key)
Call getValueInVM on the given region and key.
|
Object |
getValueInVM(com.gemstone.gemfire.cache.Region aRegion,
Object key,
boolean translateNullToInvalid) |
static void |
HydraTask_createRegionForest()
Hydra task to create a forest of region hierarchies.
|
clearDestroyedRegions, closeCache, containsKeyExisting, containsValueExisting, containsValueForKeyExisting, createAllDestroyedRegions, createDestroyedRegionsFromBB, createEntries, createEntry, createPartitionedRegions, createRegion, createRegionHierarchy, createRegionWithPath, destroyEntry, destroyRegion, dispAllKeys, doNonrepeatableReadOperations, doOperations, doOperations, doOperations, doOperations, doRepeatableReadOperations, getAll, getEntry, getEntryWithExistingKey, getEntryWithNewKey, getEntryWithPreviousKey, getNewKey, getNewValue, getRandomKey, getRandomRegion, getRandomRegion, getRandomRegionNoReplication, getRegionConfigFromBB, getRegionConfigMap, getRoundRobinNumber, getSubregions, getWithExistingKey, HydraTask_createPartitionedRegions, HydraTask_doOperations, HydraTask_populateRegions, HydraTask_startBridgeServer, HydraTask_stopBridgeServer, initialize, inTxThreadWithTxInProgress, inTxVm, invalEntry, invalRegion, isHierReplicated, logExecutionNumber, logRoundRobinNumber, populateRegions, putAll, putEntry, recordDestroyedRegion, recordRegionConfigInBB, removeEntry, StartTask_initialize, summarizeRegionHier, supportsConcurrentMapOps, updateEntrypublic static void HydraTask_createRegionForest()
public boolean containsKey(com.gemstone.gemfire.cache.Region aRegion,
Object key)
containsKey in class TxUtilaRegion - - The region to test for the key.key - - The key to use for containsKey.public Object getValueInVM(com.gemstone.gemfire.cache.Region aRegion, Object key)
getValueInVM in class TxUtilaRegion - - The region to use for the call.key - - The key to use for the call.public Object getValueInVM(com.gemstone.gemfire.cache.Region aRegion, Object key, boolean translateNullToInvalid)
getValueInVM in class TxUtilpublic Object getRandomKey(com.gemstone.gemfire.cache.Region aRegion, Object excludeKey)
getRandomKey in class TxUtilaRegion - - The region to get the key from.excludeKey - - key to excludeCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.