public class DeltaTestAlertListener extends Object implements com.gemstone.gemfire.admin.AlertListener
| Modifier and Type | Field and Description |
|---|---|
static String |
severeKey |
static String |
warningKey |
| Constructor and Description |
|---|
DeltaTestAlertListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
alert(com.gemstone.gemfire.admin.Alert alert) |
static void |
clearAlerts()
Clear the blackboard of alerts
|
protected String |
getAlertString(com.gemstone.gemfire.admin.Alert alert)
Return a String representation of the given alert.
|
static void |
waitForWarning()
Wait for a warning indicating a put could not complete when delta originates
in server and fromDelta fails in client.
|
public static final String warningKey
public static final String severeKey
public void alert(com.gemstone.gemfire.admin.Alert alert)
alert in interface com.gemstone.gemfire.admin.AlertListenerprotected String getAlertString(com.gemstone.gemfire.admin.Alert alert)
public static void clearAlerts()
public static void waitForWarning()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.