public class PartitionManTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static PartitionManTest |
testInstance
instance of this test class
|
| Constructor and Description |
|---|
PartitionManTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HydraTask_createPrimBuckets()
Iterate through all buckets in the pr and call PartitionManager.createPrimaryBucket(...) on each.
|
static void |
HydraTask_disconnect()
Disconnect from the DS
|
static void |
HydraTask_initialize()
Creates and initializes a server or peer.
|
static void |
HydraTask_initializeClient()
Creates and initializes an edge client.
|
static void |
HydraTask_load() |
static void |
HydraTask_rebalance()
Hydra task to rebalance only the colocatedWithRegion
|
static void |
HydraTask_verifyFromSnapshot()
Verify from the blackboard snapshot
|
static void |
HydraTask_verifyPrimaryColocation()
Verify that all regions defined in this member have their primary buckets colocated
|
static void |
HydraTask_verifyPRs()
Verify regions that are PRs
|
static void |
HydraTask_writeSnapshot()
Write a snapshot of all regions to the blackboard
|
void |
verifyFromSnapshot(com.gemstone.gemfire.cache.Region aRegion,
Map regionSnapshot)
Verify that the given region is consistent with the given snapshot.
|
protected void |
writeSnapshot()
Write a snapshot of all regions to the blackbaord
|
public static PartitionManTest testInstance
public static void HydraTask_initializeClient()
throws Throwable
Throwablepublic static void HydraTask_initialize()
throws Throwable
Throwablepublic static void HydraTask_load()
public static void HydraTask_createPrimBuckets()
public static void HydraTask_writeSnapshot()
public static void HydraTask_verifyPrimaryColocation()
public static void HydraTask_rebalance()
public static void HydraTask_verifyPRs()
public static void HydraTask_verifyFromSnapshot()
public static void HydraTask_disconnect()
protected void writeSnapshot()
public void verifyFromSnapshot(com.gemstone.gemfire.cache.Region aRegion,
Map regionSnapshot)
aRegion - The region to verifysnapshot - The expected contents of aRegion.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.