Uses of Class
org.apache.hadoop.hbase.replication.regionserver.MetricsSource

Packages that use MetricsSource
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of MetricsSource in org.apache.hadoop.hbase.replication
 

Methods in org.apache.hadoop.hbase.replication that return MetricsSource
 MetricsSource ReplicationEndpoint.Context.getMetrics()
           
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type MetricsSource
ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, ReplicationPeer replicationPeer, MetricsSource metrics)
           
 

Uses of MetricsSource in org.apache.hadoop.hbase.replication.regionserver
 

Methods in org.apache.hadoop.hbase.replication.regionserver that return MetricsSource
 MetricsSource ReplicationSource.getSourceMetrics()
          Get Replication Source Metrics
 

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type MetricsSource
 void ReplicationSourceInterface.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId, ReplicationEndpoint replicationEndpoint, MetricsSource metrics)
          Initializer for the source
 void ReplicationSource.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId, ReplicationEndpoint replicationEndpoint, MetricsSource metrics)
          Instantiation method used by region servers
 

Method parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type MetricsSource
 void ReplicationLoad.buildReplicationLoad(List<MetricsSource> srMetricsList, MetricsSink skMetrics)
          buildReplicationLoad
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.