public static class Client.SubscriberListener extends LoggingCacheListener
| Constructor and Description |
|---|
Client.SubscriberListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCreate(com.gemstone.gemfire.cache.EntryEvent event)
Counts the number of puts done by create events.
|
void |
afterUpdate(com.gemstone.gemfire.cache.EntryEvent event)
Counts the number of puts done by update events.
|
void |
waitForPuts(int numToWaitFor)
Blocks until
numToWaitFor puts have been done. |
afterDestroy, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLiveclose, format, format, init, log, log, log, logpublic void afterCreate(com.gemstone.gemfire.cache.EntryEvent event)
afterCreate in interface com.gemstone.gemfire.cache.CacheListenerafterCreate in class LoggingCacheListenerpublic void afterUpdate(com.gemstone.gemfire.cache.EntryEvent event)
afterUpdate in interface com.gemstone.gemfire.cache.CacheListenerafterUpdate in class LoggingCacheListenerpublic void waitForPuts(int numToWaitFor)
throws InterruptedException
numToWaitFor puts have been done.InterruptedExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.