public class TestRSGroupBasedLoadBalancer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestRSGroupBasedLoadBalancer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeAllTests() |
void |
testBalanceCluster()
Test the load balancing algorithm.
|
void |
testBulkAssignment()
Tests the bulk assignment used during cluster startup.
|
void |
testGetMisplacedRegions() |
void |
testRetainAssignment()
Test the cluster startup bulk assignment which attempts to retain assignment info.
|
void |
testRoundRobinAssignment()
Test BOGUS_SERVER_NAME among groups do not overwrite each other.
|
public static void beforeAllTests()
throws java.lang.Exception
java.lang.Exceptionpublic void testBalanceCluster()
throws java.lang.Exception
java.lang.Exceptionpublic void testBulkAssignment()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetMisplacedRegions()
throws java.lang.Exception
java.lang.Exceptionpublic void testRetainAssignment()
throws java.lang.Exception
java.lang.Exceptionpublic void testRoundRobinAssignment()
throws java.lang.Exception
java.lang.Exception