|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaMetrics | |
---|---|
org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
org.apache.hadoop.hbase.regionserver.metrics |
Uses of SchemaMetrics in org.apache.hadoop.hbase.io.hfile |
---|
Methods in org.apache.hadoop.hbase.io.hfile that return SchemaMetrics | |
---|---|
SchemaMetrics |
Cacheable.getSchemaMetrics()
|
Uses of SchemaMetrics in org.apache.hadoop.hbase.regionserver.metrics |
---|
Fields in org.apache.hadoop.hbase.regionserver.metrics declared as SchemaMetrics | |
---|---|
static SchemaMetrics |
SchemaMetrics.ALL_SCHEMA_METRICS
Metrics for all tables and column families. |
Methods in org.apache.hadoop.hbase.regionserver.metrics that return SchemaMetrics | |
---|---|
static SchemaMetrics |
SchemaMetrics.getInstance(String tableName,
String cfName)
Returns a SchemaMetrics object for the given table and column
family, instantiating it if necessary. |
SchemaMetrics |
SchemaConfigured.getSchemaMetrics()
|
SchemaMetrics |
SchemaMetrics.SchemaAware.getSchemaMetrics()
|
static SchemaMetrics |
SchemaMetrics.getUnknownInstanceForTest()
Creates an instance pretending both the table and column family are unknown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |