Uses of Interface
org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationTableSource
Packages that use MetricsReplicationTableSource
-
Uses of MetricsReplicationTableSource in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement MetricsReplicationTableSourceModifier and TypeClassDescriptionclass
This is the metric source for table level replication metrics.Fields in org.apache.hadoop.hbase.replication.regionserver with type parameters of type MetricsReplicationTableSourceModifier and TypeFieldDescriptionprivate Map<String,
MetricsReplicationTableSource> MetricsSource.singleSourceSourceByTable
Methods in org.apache.hadoop.hbase.replication.regionserver that return MetricsReplicationTableSourceModifier and TypeMethodDescriptionMetricsReplicationSourceFactory.getTableSource
(String tableName) MetricsReplicationSourceFactoryImpl.getTableSource
(String tableName) Methods in org.apache.hadoop.hbase.replication.regionserver that return types with arguments of type MetricsReplicationTableSourceConstructor parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type MetricsReplicationTableSourceModifierConstructorDescriptionMetricsSource
(String id, MetricsReplicationSourceSource singleSourceSource, MetricsReplicationGlobalSourceSource globalSourceSource, Map<String, MetricsReplicationTableSource> singleSourceSourceByTable) Constructor for injecting custom (or test) MetricsReplicationSourceSources