public abstract class AbstractWriter extends Object
| Constructor and Description |
|---|
AbstractWriter()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent) |
String |
getOldValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent) |
void |
incrementBeforeCreateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for a beforeCreate event
|
void |
incrementBeforeDestroyCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for a beforeDestroy event
|
void |
incrementBeforeRegionClearCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for a beforeRegionClear event
|
void |
incrementBeforeRegionDestroyCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
Increment appropriate blackboard counters for a beforeRegionDestroy event
|
void |
incrementBeforeUpdateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
Increment appropriate blackboard counters for a beforeUpdate event
|
String |
logCall(String methodName,
com.gemstone.gemfire.cache.CacheEvent event)
Log that an event occurred.
|
String |
logTxEvent(String methodName,
com.gemstone.gemfire.cache.TransactionEvent event)
Log that a transaction event occurred.
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.CacheEvent event)
Return a string description of the event.
|
String |
toString(String methodName,
com.gemstone.gemfire.cache.TransactionEvent event)
Return a string description of the TransactionEvent.
|
public final String CntrName_BeforeCreate_isDist
public final String CntrName_BeforeCreate_isNotDist
public final String CntrName_BeforeCreate_isExp
public final String CntrName_BeforeCreate_isNotExp
public final String CntrName_BeforeCreate_isRemote
public final String CntrName_BeforeCreate_isNotRemote
public final String CntrName_BeforeCreate_isLoad
public final String CntrName_BeforeCreate_isNotLoad
public final String CntrName_BeforeCreate_isLocalLoad
public final String CntrName_BeforeCreate_isNotLocalLoad
public final String CntrName_BeforeCreate_isNetLoad
public final String CntrName_BeforeCreate_isNotNetLoad
public final String CntrName_BeforeCreate_isNetSearch
public final String CntrName_BeforeCreate_isNotNetSearch
public final String CntrName_BeforeDestroy_isDist
public final String CntrName_BeforeDestroy_isNotDist
public final String CntrName_BeforeDestroy_isExp
public final String CntrName_BeforeDestroy_isNotExp
public final String CntrName_BeforeDestroy_isRemote
public final String CntrName_BeforeDestroy_isNotRemote
public final String CntrName_BeforeDestroy_isLoad
public final String CntrName_BeforeDestroy_isNotLoad
public final String CntrName_BeforeDestroy_isLocalLoad
public final String CntrName_BeforeDestroy_isNotLocalLoad
public final String CntrName_BeforeDestroy_isNetLoad
public final String CntrName_BeforeDestroy_isNotNetLoad
public final String CntrName_BeforeDestroy_isNetSearch
public final String CntrName_BeforeDestroy_isNotNetSearch
public final String CntrName_BeforeUpdate_isDist
public final String CntrName_BeforeUpdate_isNotDist
public final String CntrName_BeforeUpdate_isExp
public final String CntrName_BeforeUpdate_isNotExp
public final String CntrName_BeforeUpdate_isRemote
public final String CntrName_BeforeUpdate_isNotRemote
public final String CntrName_BeforeUpdate_isLoad
public final String CntrName_BeforeUpdate_isNotLoad
public final String CntrName_BeforeUpdate_isLocalLoad
public final String CntrName_BeforeUpdate_isNotLocalLoad
public final String CntrName_BeforeUpdate_isNetLoad
public final String CntrName_BeforeUpdate_isNotNetLoad
public final String CntrName_BeforeUpdate_isNetSearch
public final String CntrName_BeforeUpdate_isNotNetSearch
public final String CntrName_BeforeRegionDestroy_isDist
public final String CntrName_BeforeRegionDestroy_isNotDist
public final String CntrName_BeforeRegionDestroy_isExp
public final String CntrName_BeforeRegionDestroy_isNotExp
public final String CntrName_BeforeRegionDestroy_isRemote
public final String CntrName_BeforeRegionDestroy_isNotRemote
public final String CntrName_BeforeRegionClear_isDist
public final String CntrName_BeforeRegionClear_isNotDist
public final String CntrName_BeforeRegionClear_isExp
public final String CntrName_BeforeRegionClear_isNotExp
public final String CntrName_BeforeRegionClear_isRemote
public final String CntrName_BeforeRegionClear_isNotRemote
public int whereIWasRegistered
public String toString(String methodName, com.gemstone.gemfire.cache.CacheEvent event)
methodName - The name of the CacheEvent method that was invoked.event - The event object that was passed to the event.public String getOldValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent)
eEvent - public String getNewValueStr(com.gemstone.gemfire.cache.EntryEvent eEvent)
public String toString(String methodName, com.gemstone.gemfire.cache.TransactionEvent event)
methodName - The name of the TransactionEvent method that was invoked.event - The TransactionEvent object that was passed to the Transaction
Writer.public String logTxEvent(String methodName, com.gemstone.gemfire.cache.TransactionEvent event)
methodName - The name of the TransactionEvent method that was invoked.
(beforeCommit)event - The TransactionEvent object that was passed to the event.public String logCall(String methodName, com.gemstone.gemfire.cache.CacheEvent event)
methodName - The name of the CacheEvent method that was invoked.event - The event object that was passed to the event.public void incrementBeforeCreateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementBeforeDestroyCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementBeforeUpdateCounters(com.gemstone.gemfire.cache.EntryEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementBeforeRegionDestroyCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.public void incrementBeforeRegionClearCounters(com.gemstone.gemfire.cache.RegionEvent event,
Blackboard bb)
event - The event object for this event.bb - Any blackboard object containing event counters with names
specified by the names defined in this class.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.