| Package | Description |
|---|---|
| com.gemstone.gemfire.cache.hdfs.internal | |
| com.gemstone.gemfire.cache.snapshot | |
| com.gemstone.gemfire.internal.cache | |
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializableCallable |
RegionWithHDFSBasicDUnitTest.getCreateRegionCallable(int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean queuePersistent,
boolean writeonly,
long timeForRollover,
long maxFileSize) |
protected SerializableCallable |
RegionWithHDFSOffHeapBasicDUnitTest.getCreateRegionCallable(int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean queuePersistent,
boolean writeonly,
long timeForRollover,
long maxFileSize) |
protected SerializableCallable |
ColocatedRegionWithHDFSDUnitTest.getCreateRegionCallable(int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean queuePersistent,
boolean writeonly,
long timeForRollover,
long maxFileSize) |
protected abstract SerializableCallable |
RegionWithHDFSTestBase.getCreateRegionCallable(int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean queuePersistent,
boolean writeonly,
long timeForRollover,
long maxFileSize) |
protected SerializableCallable |
RegionWithHDFSPersistenceBasicDUnitTest.getCreateRegionCallable(int totalnumOfBuckets,
int batchSizeMB,
int maximumEntries,
String folderPath,
String uniqueName,
int batchInterval,
boolean queuePersistent,
boolean writeonly,
long timeForRollover,
long maxFileSize) |
protected SerializableCallable |
RegionWithHDFSTestBase.validateEmpty(VM vm0,
int numEntries,
String uniqueName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ParallelSnapshotDUnitTest.forEachVm(SerializableCallable call,
boolean local) |
static Object |
SnapshotDUnitTest.forEachVm(SerializableCallable call,
boolean local) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
RemoteTransactionDUnitTest.DoOpsInTX |
| Modifier and Type | Method and Description |
|---|---|
protected static Map |
DistributedTestCase.invokeInEveryVM(SerializableCallable work)
Invokes a
SerializableCallable in every VM that
DUnit knows about. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.