public class ParRegExpirationBB extends Blackboard
util#AbstractListener. Any
subclass of AbstractListener that wants to use AbstractListener's counter
increment methods can use this blackboard for that purpose. Note that the
names of the blackboard counters defined here must be the same names as
defined in AbstractListener.counterNames, GemFire, RMI| Constructor and Description |
|---|
ParRegExpirationBB()
Zero-arg constructor for remote method invocations.
|
ParRegExpirationBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkEventCounters(long[] expectedValues)
Check the value of all event counters.
|
static ParRegExpirationBB |
getBB()
Get the ParRegExpirationBB
|
void |
zeroAllCounters()
Zero all counters in this blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int numAfterCreateEvents_TTLDestroy
public static int numAfterCreateEvents_TTLInvalidate
public static int numAfterCreateEvents_IdleTODestroy
public static int numAfterCreateEvents_IdleTOInvalidate
public static int numAfterCreateEvents_CustomTTLDestroy
public static int numAfterCreateEvents_CustomExpiryTTLDestroy
public static int numAfterCreateEvents_CustomNoExpiryTTLDestroy
public static int numAfterCreateEvents_CustomTTLInvalidate
public static int numAfterCreateEvents_CustomExpiryTTLInvalidate
public static int numAfterCreateEvents_CustomNoExpiryTTLInvalidate
public static int numAfterCreateEvents_CustomIdleTODestroy
public static int numAfterCreateEvents_CustomExpiryIdleTODestroy
public static int numAfterCreateEvents_CustomNoExpiryIdleTODestroy
public static int numAfterCreateEvents_CustomIdleTOInvalidate
public static int numAfterCreateEvents_CustomExpiryIdleTOInvalidate
public static int numAfterCreateEvents_CustomNoExpiryIdleTOInvalidate
public static int numAfterDestroyEvents_TTLDestroy
public static int numAfterDestroyEvents_IdleTODestroy
public static int numAfterDestroyEvents_CustomTTLDestroy
public static int numAfterDestroyEvents_CustomIdleTODestroy
public static int numAfterInvalidateEvents_TTLInvalidate
public static int numAfterInvalidateEvents_IdleTOInvalidate
public static int numAfterInvalidateEvents_CustomTTLInvalidate
public static int numAfterInvalidateEvents_CustomIdleTOInvalidate
public static int numPopulationTask_Completed
public ParRegExpirationBB()
public static ParRegExpirationBB getBB()
public void checkEventCounters(long[] expectedValues)
expectedValues - An array of the expected counter values, in the same order
as they are defined in this class. If any value is < 0, then
don't check it.TestException - if any counter does not have the expected value.public void zeroAllCounters()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.