Package org.apache.hadoop.hbase
Class TestClientClusterStatus
java.lang.Object
org.apache.hadoop.hbase.TestClientClusterStatus
Test the ClusterStatus.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Admin
static final HBaseClassTestRule
private static MiniHBaseCluster
private static org.apache.hadoop.hbase.regionserver.HRegionServer
private static final int
private static final int
private static HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
checkPbObjectNotNull
(org.apache.hadoop.hbase.ClusterStatus status) HBASE-19496 do the refactor for ServerLoad and RegionLoad so the inner pb object is useless now.static void
static void
void
void
void
void
testNone()
void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
ADMIN
-
SLAVES
- See Also:
-
MASTERS
- See Also:
-
CLUSTER
-
DEAD
-
-
Constructor Details
-
TestClientClusterStatus
public TestClientClusterStatus()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
testDefaults
- Throws:
Exception
-
testNone
- Throws:
Exception
-
testLiveAndDeadServersStatus
- Throws:
Exception
-
testMasterAndBackupMastersStatus
- Throws:
Exception
-
testOtherStatusInfos
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testObserver
- Throws:
IOException
-
checkPbObjectNotNull
HBASE-19496 do the refactor for ServerLoad and RegionLoad so the inner pb object is useless now. However, they are Public classes, and consequently we must make sure the all pb objects have initialized.
-