public class HAClientInvalidatesListener
extends com.gemstone.gemfire.cache.util.CacheListenerAdapter
CacheListener implementation attached to the
cache-clients for test validations. It just signals the validations that the
last_key expected at the client has been received and validation can proceed
further. Also, it validates that the keys from a particular
thread have been received in sequence.| Constructor and Description |
|---|
HAClientInvalidatesListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvalidate(com.gemstone.gemfire.cache.EntryEvent event) |
static void |
throwException(String reason)
This method increments the number of exceptions occured counter in the
blackboard and put the reason string against the exception number in the
shared map.
|
public void afterInvalidate(com.gemstone.gemfire.cache.EntryEvent event)
afterInvalidate in interface com.gemstone.gemfire.cache.CacheListenerafterInvalidate in class com.gemstone.gemfire.cache.util.CacheListenerAdapterpublic static void throwException(String reason)
reason - -
string description of the cause of the exception.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.