public abstract class MBeanStatsTestCase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static long |
SLEEP |
protected org.apache.geode.distributed.internal.InternalDistributedSystem |
system |
protected static long |
TIMEOUT |
| Constructor and Description |
|---|
MBeanStatsTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
init() |
protected void |
sample() |
void |
setUp() |
void |
tearDown() |
protected void |
waitForNotification() |
protected static final long SLEEP
protected static final long TIMEOUT
protected org.apache.geode.distributed.internal.InternalDistributedSystem system
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionprotected void waitForNotification()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected void sample()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected abstract void init()