public class OperationsBlackboard extends Blackboard implements RegionOperationEvents, EntryOperationEvents, FunctionOperationEvents, TransactionOperationEvents, RegionQueryOperationEvents, CQAndIndexOperationEvents
| Modifier and Type | Field and Description |
|---|---|
static int |
DLOCK_COUNT |
static String |
EVENTLIST |
static int |
FIRENFORGET_FUNCTION_COUNT |
static String |
FUNCTION_MAP |
static int |
GENERIC_FUNCTION_COUNT |
static int |
REGION_COUNT |
static int |
REGION_FUNCTION_COUNT |
static int |
SLEEP_FUNCTION_COUNT |
counterNames, GemFire, RMIEVENT_REGION_ADDED, EVENT_REGION_CLEARED, EVENT_REGION_CLOSED, EVENT_REGION_DESTROYED, EVENT_REGION_INVALIDATEDEVENT_FUNCT_EXEC, EVENT_FUNCT_REGISTER, EVENT_FUNCT_UNREGISTEREVENT_TX_COMMITED, EVENT_TX_ROLLEDBACK, EVENT_TX_STARTEDEVENT_QUERYEVENT_ENTRY_ADDED, EVENT_ENTRY_DESTROYED, EVENT_ENTRY_DESTROYEDLOCAL, EVENT_ENTRY_INVALIDATED, EVENT_ENTRY_INVALIDATEDLOCAL, EVENT_ENTRY_PUTIFABSENT, EVENT_ENTRY_READ, EVENT_ENTRY_REMOVED, EVENT_ENTRY_REPLACED, EVENT_ENTRY_UPDATEDEVENT_CQ_CREATED, EVENT_CQ_STOP, EVENT_INDEX_CREATED, EVENT_INDEX_REMOVED| Constructor and Description |
|---|
OperationsBlackboard() |
OperationsBlackboard(String name,
String type) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static final String EVENTLIST
public static final String FUNCTION_MAP
public static int SLEEP_FUNCTION_COUNT
public static int REGION_FUNCTION_COUNT
public static int FIRENFORGET_FUNCTION_COUNT
public static int GENERIC_FUNCTION_COUNT
public static int REGION_COUNT
public static int DLOCK_COUNT
public static OperationsBlackboard getBB()
public void regionAdded(com.gemstone.gemfire.cache.Region region)
regionAdded in interface RegionOperationEventspublic void regionAdded(String regionPath)
regionAdded in interface RegionOperationEventspublic void regionDestroyed(String name, Set<String> chlildren)
regionDestroyed in interface RegionOperationEventspublic void regionInvalidated(String name)
regionInvalidated in interface RegionOperationEventspublic void regionClosed(String name)
regionClosed in interface RegionOperationEventspublic void regionCleared(String name)
regionCleared in interface RegionOperationEventspublic void addEvents(List<OperationEvent> events)
public void entryAdded(String regionName, String key, Object value)
entryAdded in interface EntryOperationEventspublic void entryInvalidated(String regionName, String key)
entryInvalidated in interface EntryOperationEventspublic void entryDestroyed(String regionName, String key)
entryDestroyed in interface EntryOperationEventspublic void entryUpdated(String regionName, String key, Object value)
entryUpdated in interface EntryOperationEventspublic void entryRead(String regionName, String key)
entryRead in interface EntryOperationEventspublic void entryInvalidatedLocal(String regionName, String key)
entryInvalidatedLocal in interface EntryOperationEventspublic void entryDestroyedLocal(String regionName, String key)
entryDestroyedLocal in interface EntryOperationEventspublic void entryPutIfAbsent(String regionName, String key, Object value)
entryPutIfAbsent in interface EntryOperationEventspublic void entryRemoved(String regionName, String key)
entryRemoved in interface EntryOperationEventspublic void entryReplaced(String regionName, String key, Object value)
entryReplaced in interface EntryOperationEventspublic void transactionStarted()
transactionStarted in interface TransactionOperationEventspublic void transactionCommited()
transactionCommited in interface TransactionOperationEventspublic void transactionRolledback()
transactionRolledback in interface TransactionOperationEventspublic void queryRegion(String regionName, int resultSize)
queryRegion in interface RegionQueryOperationEventspublic void functionRegistered(String id)
functionRegistered in interface FunctionOperationEventspublic void functionUnregistered(String id)
functionUnregistered in interface FunctionOperationEventspublic void functionExecuted(String id, Object result)
functionExecuted in interface FunctionOperationEventspublic void cqCreated(String name, String query, String listeners)
cqCreated in interface CQAndIndexOperationEventspublic void cqStopped(String name, String query)
cqStopped in interface CQAndIndexOperationEventspublic void indexCreated(String name, String expression, String fromClause)
indexCreated in interface CQAndIndexOperationEventspublic void indexRemoved(String name)
indexRemoved in interface CQAndIndexOperationEventspublic void printEvents()
public void addRegionDefinitions(Map<String,RegionDefinition> map)
public Map<String,RegionDefinition> getRegionDefinitions()
public String getNextSleepFunctionId()
public int getSleepFunctionCounter()
public int getFunctionCounter()
public int getNextRegionCounter()
public int getRegionCounter()
public int getNextDLockCounter()
public int getDLockCounter()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.