| Package | Description |
|---|---|
| com.gemstone.gemfire.cache30 |
Contains unit tests that form a "compatibility test suite" of sorts
for the GemFire 3.0 distributed caching API.
|
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSerializableRunnable
A helper class that provides the
SerializableRunnable
class, but uses a CacheSerializableRunnable.run2() method instead that throws CacheException. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DistributedTestCase.invokeInEveryVMRepeatingIfNecessary(RepeatableRunnable work)
Invokes a
SerializableRunnable in every VM that
DUnit knows about. |
void |
VM.invokeRepeatingIfNecessary(RepeatableRunnable o,
long repeatTimeoutMs)
Invokes the
runRunnable in this
VM. |
protected void |
DistributedTestCase.invokeRepeatingIfNecessary(VM vm,
RepeatableRunnable task) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.