| Package | Description |
|---|---|
| com.gemstone.gemfire.cache.query.partitioned | |
| com.gemstone.gemfire.cache30 |
Contains unit tests that form a "compatibility test suite" of sorts
for the GemFire 3.0 distributed caching API.
|
| com.gemstone.gemfire.internal.cache | |
| com.gemstone.gemfire.internal.cache.execute | |
| com.gemstone.gemfire.internal.cache.partitioned | |
| com.gemstone.gemfire.internal.cache.persistence | |
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableRunnable |
PRQueryDUnitHelper.getCacheSerializableRunnableForCloseCache() |
| 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 |
|---|---|
long |
PartitionedRegionSizeDUnitTest.runProportionalSize(SerializableRunnable createPRs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PRClientServerTestBase.runOnAllServers(SerializableRunnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentColocatedPartitionedRegionDUnitTest.rebalanceWithOfflineChildRegion(SerializableRunnable createParentPR,
SerializableRunnable createChildPR)
Test for bug 43570.
|
void |
PersistentColocatedPartitionedRegionDUnitTest.replaceOfflineMemberAndRestart(SerializableRunnable createPRs)
Test for support issue 7870.
|
void |
PersistentColocatedPartitionedRegionDUnitTest.replaceOfflineMemberAndRestartCreateColocatedPRLate(SerializableRunnable createParentPR,
SerializableRunnable createChildPR)
Test for support issue 7870.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializableRunnable |
PersistentReplicatedTestBase.createPersistentRegionWithoutCompaction(VM vm0) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DistributedTestCase.invokeInEveryVM(SerializableRunnable work)
Invokes a
SerializableRunnable in every VM that
DUnit knows about. |
static void |
DistributedTestCase.invokeInLocator(SerializableRunnable work) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.