public class EvictionBB 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.| Modifier and Type | Field and Description |
|---|---|
static int |
ExecutionNumber |
static int |
NUM_COMPLETED_EXCEPTION_LOGGING |
static int |
NUM_EXCEPTION |
static int |
RoundNumber |
static int |
RoundPosition |
counterNames, GemFire, RMI| Constructor and Description |
|---|
EvictionBB()
Zero-arg constructor for remote method invocations.
|
EvictionBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static EvictionBB |
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 NUM_EXCEPTION
public static int NUM_COMPLETED_EXCEPTION_LOGGING
public static int ExecutionNumber
public static int RoundPosition
public static int RoundNumber
public EvictionBB()
public static EvictionBB getBB()
public void zeroAllCounters()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.