org.apache.hadoop.hbase.master
Class MetricsMasterSourceFactoryImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.master.MetricsMasterSourceFactoryImpl
All Implemented Interfaces:
MetricsMasterSourceFactory

@InterfaceAudience.Private
public class MetricsMasterSourceFactoryImpl
extends Object
implements MetricsMasterSourceFactory

Factory to create MetricsMasterSource when given a MetricsMasterWrapper


Constructor Summary
MetricsMasterSourceFactoryImpl()
           
 
Method Summary
 MetricsMasterSource create(MetricsMasterWrapper masterWrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsMasterSourceFactoryImpl

public MetricsMasterSourceFactoryImpl()
Method Detail

create

public MetricsMasterSource create(MetricsMasterWrapper masterWrapper)
Specified by:
create in interface MetricsMasterSourceFactory


Copyright © 2015 The Apache Software Foundation. All rights reserved.