| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheListenerTestCase
An abstract class whose test methods test the functionality of
CacheListeners that are invoked locally. |
class |
CacheLoaderTestCase
An abstract class whose test methods test the functionality of
CacheLoaders that are invoked locally. |
class |
CacheWriterTestCase
An abstract class whose test methods test the functionality of
CacheWriters that are invoked locally. |
class |
DiskDistributedNoAckAsyncOverflowRegionTest |
class |
DiskDistributedNoAckAsyncRegionTest |
class |
DiskDistributedNoAckRegionTestCase |
class |
DiskDistributedNoAckSyncOverflowRegionTest |
class |
DistributedAckOverflowRegionCCECompressionDUnitTest
Tests Distributed Ack Overflow Region with ConcurrencyChecksEnabled and compression.
|
class |
DistributedAckOverflowRegionCCEDUnitTest |
class |
DistributedAckOverflowRegionCCEOffHeapDUnitTest
Tests Distributed Ack Overflow Region with ConcurrencyChecksEnabled and OffHeap memory.
|
class |
DistributedAckPersistentRegionCCECompressionDUnitTest
Tests Distributed Ack Persistent Region with ConcurrencyChecksEnabled and compression.
|
class |
DistributedAckPersistentRegionCCEDUnitTest |
class |
DistributedAckPersistentRegionCCEOffHeapDUnitTest
Tests Distributed Ack Persistent Region with ConcurrencyChecksEnabled and OffHeap memory.
|
class |
DistributedAckRegionCCEDUnitTest |
class |
DistributedAckRegionCCEOffHeapDUnitTest
Tests Distributed Ack Region with ConcurrencyChecksEnabled and OffHeap memory.
|
class |
DistributedAckRegionCompressionDUnitTest
Tests Distributed Ack Region with compression.
|
class |
DistributedAckRegionOffHeapDUnitTest
Tests Distributed Ack Region with OffHeap memory.
|
class |
DistributedAckRegionTest
This class tests the functionality of a cache
region
that has a scope of distributed ACK. |
class |
DistributedNoAckRegionCCEDUnitTest |
class |
DistributedNoAckRegionCCEOffHeapDUnitTest
Tests Distributed Ack Region with ConcurrencyChecksEnabled and OffHeap memory.
|
class |
DistributedNoAckRegionCompressionDUnitTest
Tests Distributed NoAck Region with compression.
|
class |
DistributedNoAckRegionOffHeapDUnitTest
Tests Distributed NoAck Region with OffHeap memory.
|
class |
DistributedNoAckRegionTest
This class tests the functionality of a cache
region
that has a scope of distributed no
ACK. |
class |
GlobalRegionCCEDUnitTest
This test is only for GLOBAL REPLICATE Regions.
|
class |
GlobalRegionCCEOffHeapDUnitTest
Tests Global Region with ConcurrencyChecksEnabled and OffHeap memory.
|
class |
GlobalRegionCompressionDUnitTest
Tests Global Region with compression.
|
class |
GlobalRegionOffHeapDUnitTest
Tests Global Region with OffHeap memory.
|
class |
GlobalRegionTest
This class tests the functionality of a cache
region
that has a scope of global. |
class |
LocalRegionTest
Tests the functionality of a
locally scoped
cache Region including its callbacks. |
class |
MultiVMRegionTestCase
Abstract superclass of
Region tests that involve more than
one VM. |
class |
PartitionedRegionCompressionDUnitTest
Tests Partitioned Region with compression.
|
class |
PartitionedRegionDUnitTest
This class tests the functionality of a cache
region
that has a scope of distributed ACK
and partition-attributes. |
class |
PartitionedRegionOffHeapDUnitTest
Tests Partitioned Region with OffHeap memory.
|
class |
PreloadedRegionTestCase
This class tests the functionality of a cache
region
that has a scope of distributed ACK. |
class |
RegionAttributesTestCase
An abstract class whose test methods test the functionality of a
RegionAttributes, AttributesFactory, and AttributesMutator. |
| Constructor and Description |
|---|
DiskRegionTestImpl(RegionTestCase rtc)
Creates a new instance of DiskRegionTestImpl
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.