See: Description
| Class | Description |
|---|---|
| CacheXmlClient |
A client that supports cache/region definition via cache.xml
In addition, it catches IllegalStateExceptions from CacheCreate
and uses the CacheFactory.getAnyInstance() method to get a handle
on the resulting cache.
|
| CacheXmlPrms |
Hydra parameters for the createCacheConflict test
used with CacheXmlClient.java
|
| DestroyedValue |
This
Value indicates that a region entry has been
destroyed. |
| InUse |
A
Value that indicates that a region entry is in the
process of being changed. |
| InvalidValue |
This
Value indicates that a region entry has been
invalidated. |
| ObjectValue |
This
Value indicates that a region entry has a valid
value. |
| ValidateBlackboard |
An RMI-based Hydra
Blackboard whose shared map mirrors
the region being tested. |
| ValidateLoader |
A
CacheLoader that creates a new value for the region
and updates the value in the ValidateBlackboard
appropriately. |
| ValidatePrms |
Hydra parameters for the region validation test.
|
| ValidateTasks |
Contains Hydra tasks that use a
ValidateBlackboard to
validate the contents of a GemFire cache Region. |
| Value |
Represents the "value" of a region entry.
|
Contains a Hydra test that uses a blackboard to carefully validate the contents of a region.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.