| Class | Description |
|---|---|
| BridgeConflictTest |
A class to test conflicts in transactions.
|
| BridgeViewTest |
A test to validate what different threads/VMs see in terms of
transactional state (when a tx is in progress) as well as non-tx
operations.
|
| BWCTestListener |
CacheListener to handle CacheEvents during transaction tests: maintains
event counters and performs validation on CacheEvents.
|
| BWCTestWriter |
Serial Tx View Test CacheWriter
Counts events and validates callback objects and that the event is invoked in the
VM where it was created.
|
| CollectionInfo |
A class for holding regionCollection info
(Region.keySet(), Region.values(), Region.entrySet(), Region.subRegions()
as well as a specific Entry (retrieved via Region.getEntry() or
a String with the parentRegion name).
|
| CollectionsTest |
A test to validate behavior of region collections
Region collections (keys, values, entries, subRegions)
and getEntry all have a common set of behaviors.
|
| ConflictCheck | |
| ConflictTest |
A class to test conflicts in transactions.
|
| EntryValidator |
A class that holds information to aid in entry validation
and supplies methods to get the expected behavior (based on
operation and whether or not the tx operation should be
visible in the calling thread) as well as the actual values.
|
| LogListener |
Tx Test Listener (just for display of CacheListener events)
|
| LogWriter |
Logging CacheWriter (for TxView and DistIntegrity tests)
|
| MixedRegionWriter |
Serial Tx View Test CacheWriter
Counts events and validates callback objects and that the event is invoked in the
VM where it was created.
|
| NoConflictTest |
A class to test no conflicts in transactions, achieved by each tx
using a unique set of keys.
|
| Operation |
A class that holds information about an operation on a region or entry,
which indicates the current transactional state.
|
| OpList |
A class that contains the operations that have occurred since a certain
point in time (maybe in a transactin, maybe not)
|
| PRBridgeConflictTest |
A class to test conflicts in PR Transactions.
|
| PRConflictTest |
A class to test conflicts in PR Transactions.
|
| PrTxListener |
A listener for handling transaction related events.
|
| RegionValidator |
A class that holds information to aid in region validation
and supplies methods to get the expected behavior (based on
operation and whether or not the tx operation should be
visible in the calling thread) as well as the actual values.
|
| SerialViewTest |
A version of
ViewTest that performs operations
serially. |
| TestListener |
CacheListener to handle CacheEvents during transaction tests: maintains
event counters and performs validation on CacheEvents.
|
| TestWriter |
Serial Tx View Test CacheWriter
Counts events and validates callback objects and that the event is invoked in the
VM where it was created.
|
| TxBB | |
| TxListener |
A listener for handling transaction related events.
|
| TxLoader | |
| TxLogListener | |
| TxLogWriter |
A logging TxWriter for handling transaction related events (beforeCommit).
|
| TxPrms | |
| TxUtil |
A class to contain methods useful for all transactions tests.
|
| TxUtilKeyRange |
A subclass of TxUtil that forces each VM to use a unique range of
keys for its random operations, thus no conflicts.
|
| TxViewListener | |
| TxViewUtil |
A class to contain methods useful for view transactions tests.
|
| TxWriter |
A writer for handling transaction related events (beforeCommit).
|
| ViewTest |
A test to validate what different threads/VMs see in terms of
transactional state (when a tx is in progress) as well as non-tx
operations.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.