| Package | Description |
|---|---|
| com.gemstone.gemfire.cache.hdfs.internal | |
| 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.partitioned | |
| com.gemstone.gemfire.internal.cache.persistence | |
| com.gemstone.gemfire.management | |
| com.gemstone.gemfire.management.internal.cli.commands | |
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
RegionWithHDFSTestBase.createServerRegionAsync(VM vm,
int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean writeonly,
boolean queuePersistent) |
protected AsyncInvocation |
RegionWithHDFSTestBase.createServerRegionAsync(VM vm,
int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean writeonly,
boolean queuePersistent,
long timeForRollover,
long maxFileSize) |
protected AsyncInvocation |
RegionWithHDFSBasicDUnitTest.doAsyncPuts(VM vm,
String regionName,
int start,
int end,
String suffix) |
protected AsyncInvocation |
ColocatedRegionWithHDFSDUnitTest.doAsyncPuts(VM vm,
String regionName,
int start,
int end,
String suffix) |
protected abstract AsyncInvocation |
RegionWithHDFSTestBase.doAsyncPuts(VM vm,
String regionName,
int start,
int end,
String suffix) |
protected AsyncInvocation |
RegionWithHDFSBasicDUnitTest.doAsyncPuts(VM vm,
String regionName,
int start,
int end,
String suffix,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
MultiVMRegionTestCase.performOps4ClearWithConcurrentEvents(VM vm,
int opNum) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiVMRegionTestCase.waitForAsyncProcessing(AsyncInvocation async,
String expectedError) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
GIIDeltaDUnitTest.createDistributedRegionAsync(VM vm) |
protected AsyncInvocation |
UpgradeDiskStoreDUnitTest.createPeerCache(VM server,
int mcastPort,
String regionName,
boolean createPR,
String member_dir,
String diskStoreName) |
protected AsyncInvocation |
BackupDUnitTest.createPersistentRegionAsync(VM vm) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
PersistentPartitionedRegionTestBase.closeCacheAsync(VM vm0) |
protected AsyncInvocation |
PersistentPartitionedRegionTestBase.createNestedPRAsync(VM vm) |
protected AsyncInvocation |
PersistentPartitionedRegionTestBase.createPRAsync(VM vm0,
int redundancy) |
protected AsyncInvocation |
PersistentPartitionedRegionTestBase.createPRAsync(VM vm0,
int redundancy,
int recoveryDelay,
int numBuckets) |
protected AsyncInvocation |
ShutdownAllDUnitTest.createRegionAsync(VM vm,
String regionName,
String diskStoreName,
boolean isPR,
int redundancy) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
PersistentReplicatedTestBase.closeCacheAsync(VM vm0) |
protected AsyncInvocation |
PersistentGatewayDUnitTest.createPersistentGatewayAsync(VM vm,
int destinationPort) |
protected AsyncInvocation |
PersistentReplicatedTestBase.createPersistentRegionAsync(VM vm) |
protected AsyncInvocation |
PersistentRecoveryOrderOldConfigDUnitTest.createPersistentRegionAsync(VM vm) |
protected AsyncInvocation |
PersistentRecoveryOrderDUnitTest.createPersistentRegionAsync(VM vm,
boolean diskSynchronous) |
protected AsyncInvocation |
PersistentReplicatedTestBase.createPersistentRegionWithWait(VM vm) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
CacheManagementDUnitTest.checkManagerView(VM vm,
com.gemstone.gemfire.distributed.DistributedMember oneManager)
Creates a Distributed Region
|
protected AsyncInvocation |
ManagementTestBase.createDistributedRegionAsync(VM vm,
String regionName)
Creates a Distributed Region
|
protected AsyncInvocation |
DiskManagementDUnitTest.createPersistentRegionAsync(VM vm)
Creates a persistent region in async manner
|
| Modifier and Type | Method and Description |
|---|---|
protected AsyncInvocation |
UpgradeOfflineDiskStoreDUnitTest.createPeerCache(VM server,
int mcastPort,
String regionName,
boolean createPR,
String member_dir,
String diskStoreName) |
| Modifier and Type | Method and Description |
|---|---|
AsyncInvocation |
VM.invokeAsync(Callable c)
Invokes the
call method of a Runnable in this
VM. |
AsyncInvocation |
VM.invokeAsync(Class c,
String methodName)
Asynchronously invokes a static zero-arg method with an
Object or void return type in this VM. |
AsyncInvocation |
VM.invokeAsync(Class c,
String methodName,
Object[] args)
Asynchronously invokes a static method with an
Object or
void return type in this VM. |
AsyncInvocation |
VM.invokeAsync(Object o,
String methodName,
Object[] args)
Asynchronously invokes an instance method with an
Object or
void return type in this VM. |
AsyncInvocation |
VM.invokeAsync(Runnable r)
Invokes the
run method of a Runnable in this
VM. |
AsyncInvocation |
VM.invokeMainAsync(Class c,
String[] args)
Asynchronously invokes the
main method of a given
class |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.