Package org.apache.hadoop.hbase.client
Class TestClientTableMetrics
java.lang.Object
org.apache.hadoop.hbase.client.TestClientTableMetrics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.hbase.client.Connection
private static final byte[]
private static org.apache.hadoop.hbase.client.MetricsConnection
private static final org.apache.hadoop.hbase.TableName
private static final String
private static HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
void
void
void
private static void
verifyTableMetrics
(String metricKey, int expectedVal)
-
Field Details
-
CLASS_RULE
-
UTIL
-
CONN
-
METRICS
-
tableName
- See Also:
-
TABLE_1
-
FAMILY
-
-
Constructor Details
-
TestClientTableMetrics
public TestClientTableMetrics()
-
-
Method Details
-
beforeClass
- Throws:
Exception
-
afterClass
- Throws:
Exception
-
testGetTableMetrics
- Throws:
IOException
-
testMutateTableMetrics
- Throws:
IOException
-
testScanTableMetrics
- Throws:
IOException
-
testMultiTableMetrics
- Throws:
IOException
-
verifyTableMetrics
-