public class ConcBridgeNotify extends BridgeNotify
ADD_OPERATION, bridgeClient, CACHE_CLOSE_OPERATION, CLEAR_OPERATION, createCallbackPrefix, DESTROY_CREATE_OPERATION, DESTROY_OPERATION, destroyCallbackPrefix, INVALIDATE_OPERATION, invalidateCallbackPrefix, isCarefulValidation, isSerialExecution, isVMotionEnabled, KILL_VM_OPERATION, LOCAL_DESTROY_OPERATION, LOCAL_INVALIDATE_OPERATION, minTaskGranularityMS, minTaskGranularitySec, numKeysInTest, originalKeyList, PUT_IF_ABSENT_OPERATION, PUTALL_ADD_OPERATION, PUTALL_UPDATE_OPERATION, randomValues, READ_OPERATION, REGION_CLOSE_OPERATION, REGION_NAME, REMOVE_OPERATION, REPLACE_OPERATION, UPDATE_OPERATION, updateCallbackPrefix, useTransactions| Constructor and Description |
|---|
ConcBridgeNotify() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addObject(com.gemstone.gemfire.cache.Region aRegion,
boolean logAddition) |
protected void |
addObject(com.gemstone.gemfire.cache.Region aRegion,
String name,
boolean logAddition) |
protected void |
destroyObject(com.gemstone.gemfire.cache.Region aRegion,
boolean isLocalDestroy) |
protected void |
destroyObject(com.gemstone.gemfire.cache.Region aRegion,
Object name,
boolean isLocalDestroy) |
protected void |
doQuery(boolean logAddition) |
protected void |
doQuery1(boolean logAddition,
String region1) |
protected Object |
getObjectToAdd(String name)
Creates a new object with the given
name to add to a
region. |
protected Object |
getUpdateObject(String name)
Returns the "updated" value of the object with the given
name. |
static void |
HydraTask_initialize()
Creates and initializes the singleton instance of BridgeNotify
in this VM.
|
protected void |
invalidateObject(com.gemstone.gemfire.cache.Region aRegion,
boolean isLocalInvalidate) |
protected void |
populateRegion(com.gemstone.gemfire.cache.Region aRegion) |
protected void |
query(com.gemstone.gemfire.cache.Region aRegion,
Object key,
parReg.query.NewPortfolio expectedValue) |
protected void |
readObject(com.gemstone.gemfire.cache.Region aRegion)
Fetches (reads) the value of a randomly selected entry in the
given region.
|
protected void |
updateObject(com.gemstone.gemfire.cache.Region aRegion)
Updates the "first" entry w/a value in a given region
|
protected void |
updateObject(com.gemstone.gemfire.cache.Region aRegion,
Object name)
Updates the entry with the given key (
name) in the
given region. |
addObjectViaPutAll, addObjectViaPutAll, checkEventCounters, clearEventCounters, closeCache, closeRegion, createAllKeys, createAllKeysViaPutAll, createObject, destroyAllKeys, destroyAndCreateObject, doEntryOperations, getEntriesFromServer, getNumVMsWithListeners, getOperation, HydraTask_createAllKeys, HydraTask_createAllKeysViaPutAll, HydraTask_destroyAllKeys, HydraTask_doEntryOperations, HydraTask_endTask, HydraTask_getEntriesFromServer, HydraTask_populateRegion, HydraTask_printBB, HydraTask_recycleServer, HydraTask_updateAllKeys, HydraTask_updateAllKeysViaPutAll, HydraTask_validateEventsReceived, initBridgeServer, initBridgeServerWithXml, initialize, initRegion, killVM, logExecutionNumber, putIfAbsent, query, query, registerInterest, releaseThreadLocal, remove, replace, replace, stopBridgeServer, updateAllKeys, updateAllKeysViaPutAll, updateObjectViaPutAll, updateObjectViaPutAll, validateEventsReceived, verifyObjectDestroyed, verifyObjectInvalidatedpublic static void HydraTask_initialize()
protected void populateRegion(com.gemstone.gemfire.cache.Region aRegion)
populateRegion in class BridgeNotifyBridgeNotify.HydraTask_getEntriesFromServer()protected void query(com.gemstone.gemfire.cache.Region aRegion,
Object key,
parReg.query.NewPortfolio expectedValue)
protected void addObject(com.gemstone.gemfire.cache.Region aRegion,
String name,
boolean logAddition)
addObject in class BridgeNotifyprotected Object getObjectToAdd(String name)
name to add to a
region.getObjectToAdd in class BridgeNotifyBaseValueHolder,
RandomValuesprotected void invalidateObject(com.gemstone.gemfire.cache.Region aRegion,
boolean isLocalInvalidate)
invalidateObject in class BridgeNotifyprotected void destroyObject(com.gemstone.gemfire.cache.Region aRegion,
Object name,
boolean isLocalDestroy)
protected void updateObject(com.gemstone.gemfire.cache.Region aRegion,
Object name)
name) in the
given region.updateObject in class BridgeNotifyprotected Object getUpdateObject(String name)
BridgeNotifyname.getUpdateObject in class BridgeNotifyBaseValueHolder.getAlternateValueHolder(util.RandomValues)protected void addObject(com.gemstone.gemfire.cache.Region aRegion,
boolean logAddition)
addObject in class BridgeNotifyprotected void updateObject(com.gemstone.gemfire.cache.Region aRegion)
BridgeNotifyupdateObject in class BridgeNotifyprotected void readObject(com.gemstone.gemfire.cache.Region aRegion)
BridgeNotifyreadObject in class BridgeNotifyprotected void destroyObject(com.gemstone.gemfire.cache.Region aRegion,
boolean isLocalDestroy)
destroyObject in class BridgeNotifyprotected void doQuery(boolean logAddition)
protected void doQuery1(boolean logAddition,
String region1)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.