public class LoggingCacheListener<K,V> extends LoggingCacheCallback implements com.gemstone.gemfire.cache.CacheListener<K,V>
CacheListener that logs information about the events it
receives.| Constructor and Description |
|---|
LoggingCacheListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCreate(com.gemstone.gemfire.cache.EntryEvent<K,V> event) |
void |
afterDestroy(com.gemstone.gemfire.cache.EntryEvent<K,V> event) |
void |
afterInvalidate(com.gemstone.gemfire.cache.EntryEvent<K,V> event) |
void |
afterRegionClear(com.gemstone.gemfire.cache.RegionEvent<K,V> event) |
void |
afterRegionCreate(com.gemstone.gemfire.cache.RegionEvent<K,V> event) |
void |
afterRegionDestroy(com.gemstone.gemfire.cache.RegionEvent<K,V> event) |
void |
afterRegionInvalidate(com.gemstone.gemfire.cache.RegionEvent<K,V> event) |
void |
afterRegionLive(com.gemstone.gemfire.cache.RegionEvent<K,V> event) |
void |
afterUpdate(com.gemstone.gemfire.cache.EntryEvent<K,V> event) |
close, format, format, init, log, log, log, logpublic void afterRegionInvalidate(com.gemstone.gemfire.cache.RegionEvent<K,V> event)
public void afterRegionDestroy(com.gemstone.gemfire.cache.RegionEvent<K,V> event)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.