public class MirrorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REGION_NAME |
| Constructor and Description |
|---|
MirrorTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HydraTask_initWithListener() |
static void |
HydraTask_noKeys()
Verify that there are no keys in the root region
|
static void |
HydraTask_readKeys()
Iterate through the root region expecting to find positive and negative keys.
|
static void |
HydraTask_readKeysButNoNegativeValues()
Iterate through the root region expecting to find positive and negative keys
with null values for the negative keys, and non-null values for the positive keys.
|
static void |
HydraTask_readKeysButNoPositiveValues()
Iterate through the root region expecting to find positive and negative keys
with null values for the positive keys, and non-null values for the negative keys.
|
static void |
HydraTask_readKeysButNoValues()
Iterate through the root region expecting to find positive and negative keys with null values.
|
static void |
HydraTask_readNegative()
Iterate through the root region expecting to find negative keys and non-null values.
|
static void |
HydraTask_readPositive()
Iterate through the root region expecting to find positive keys and non-null values.
|
static void |
HydraTask_readPositiveAndNegative()
Iterate through the root region expecting to find positive and negative keys and non-null values.
|
static void |
HydraTask_updateNegative() |
static void |
HydraTask_updatePositive() |
static void |
HydraTask_validateMirrorKeys() |
static void |
HydraTask_validateMirrorKeysNegative() |
static void |
HydraTask_validateMirrorKeysPositive() |
static void |
HydraTask_validateMirrorKeysValues()
Validate end task VMs for mirror keysValues
|
static void |
HydraTask_validateNoPropagation() |
static void |
HydraTask_validateNoPropagationNegative() |
static void |
HydraTask_validateNoPropagationPositive() |
static void |
processDiskRegionAttrs(RegionDefinition regDef)
Read the disk region attributes and merge them into regDef.
|
protected static void |
update(Object key) |
public static final String REGION_NAME
public static void HydraTask_initWithListener()
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
public static void HydraTask_updatePositive()
public static void HydraTask_updateNegative()
protected static void update(Object key)
public static void HydraTask_readPositive()
public static void HydraTask_readNegative()
public static void HydraTask_readPositiveAndNegative()
public static void HydraTask_readKeys()
public static void HydraTask_readKeysButNoValues()
public static void HydraTask_readKeysButNoPositiveValues()
public static void HydraTask_readKeysButNoNegativeValues()
public static void HydraTask_noKeys()
public static void HydraTask_validateNoPropagation()
public static void HydraTask_validateNoPropagationPositive()
public static void HydraTask_validateNoPropagationNegative()
public static void HydraTask_validateMirrorKeysPositive()
public static void HydraTask_validateMirrorKeysNegative()
public static void HydraTask_validateMirrorKeys()
public static void HydraTask_validateMirrorKeysValues()
public static void processDiskRegionAttrs(RegionDefinition regDef)
regDef - The region definition to put the disk region attributes into.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.