| Class | Description |
|---|---|
| CallbackListener |
CallbackListener
Validates that all event callbacks produce the same RoutingObject (to
verify customPartitioning by using a callback object that implements the
PartitionResolver interface).
|
| ColocatedTxTest |
A simple test class that supports executing entry operations on a PartitionRegion
while using a colocated regions.
|
| CustomPartitionTest |
A simple test class that supports executing entry operations on a PartitionRegion
while using a PartitionResolver:
- callbackResolver (encodes a PidRoutingObject as CallbackArgument)
- keyResolver (uses keys which are ModRoutingObjects)
- PartitionResolver (ModPartitionResolver uses key to partition mod numVms)
When using a callbackResolver, this test class also creates a routingRegion to map
keys -> callbackArgs.
|
| ExecuteOp | |
| ExecuteTx | |
| GetAllMembersInDS | |
| GetKeySet | |
| GetNewKey | |
| GetValueForKey |
Function for use in transaction tests which store ValueHolders
in the cache.
|
| KeySetResult | |
| MixedRegionBB | |
| MixedRegionTxLoader | |
| MixedRegionViewTest |
Serial execution test with client1 executing TX across Partition and
Replicated Regions.
|
| ModPartitionResolver | |
| ModResult | |
| ModRoutingObject | |
| ObjectNameListener |
ObjectNameListener
Records the key's hashCode being received by this VM.
|
| ParRegBridgeView |
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.
|
| ParRegViewTest |
A version of
ViewTest that performs operations
and checks event counters for PartitionedRegions. |
| PidRoutingObject | |
| PrTxBB | |
| PrTxCustomPartitionTest |
Test to
|
| PrTxLoader | |
| PrTxPrms | |
| PrTxQueryBB | |
| PrTxQueryTest |
Prototype for High Priority Use Case #1 (PartitionedRegions only)
- Concurrent tx on colocated entries (no conflict expected)
- tx consists of new entry in Region_1 with updates to entries in Regions 2-4
- other threads query these regions (we should not see any updates without
- being able to see ALL updates.
|
| PrViewUtil |
A class to contain methods useful for ParReg View transactions tests.
|
| SerializableDistributedMember | |
| SetupRemoteTestCallbacks | |
| TxRegionListener | |
| TxTest |
Test to
|
| TxViewListener | |
| VerifyCustomPartitioningFunction | |
| ViewRoutingObject |
RoutingObject for the parRegSerialView tests.
|
| ViewTestResolver |
PartitionResolver for the parRegSerialView test.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.