Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
org.apache.hadoop.hbase.regionserver.metrics |
Modifier and Type | Method and Description |
---|---|
SchemaMetrics |
Cacheable.getSchemaMetrics() |
Modifier and Type | Field and Description |
---|---|
static SchemaMetrics |
SchemaMetrics.ALL_SCHEMA_METRICS
Metrics for all tables and column families.
|
Modifier and Type | Method and Description |
---|---|
static SchemaMetrics |
SchemaMetrics.getInstance(String tableName,
String cfName)
Returns a
SchemaMetrics object for the given table and column
family, instantiating it if necessary. |
SchemaMetrics |
SchemaMetrics.SchemaAware.getSchemaMetrics() |
SchemaMetrics |
SchemaConfigured.getSchemaMetrics() |
static SchemaMetrics |
SchemaMetrics.getUnknownInstanceForTest()
Creates an instance pretending both the table and column family are
unknown.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.