Package | Description |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
MetricsReplicationTableSourceImpl
This is the metric source for table level replication metrics.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,MetricsReplicationTableSource> |
MetricsSource.singleSourceSourceByTable |
Modifier and Type | Method and Description |
---|---|
MetricsReplicationTableSource |
MetricsReplicationSourceFactory.getTableSource(String tableName) |
MetricsReplicationTableSource |
MetricsReplicationSourceFactoryImpl.getTableSource(String tableName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetricsReplicationTableSource> |
MetricsSource.getSingleSourceSourceByTable() |
Constructor and Description |
---|
MetricsSource(String id,
MetricsReplicationSourceSource singleSourceSource,
MetricsReplicationGlobalSourceSource globalSourceSource,
Map<String,MetricsReplicationTableSource> singleSourceSourceByTable)
Constructor for injecting custom (or test) MetricsReplicationSourceSources
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.