org.apache.hadoop.hbase.thrift
Class MetricsThriftServerSourceFactoryImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactoryImpl
All Implemented Interfaces:
MetricsThriftServerSourceFactory

public class MetricsThriftServerSourceFactoryImpl
extends Object
implements MetricsThriftServerSourceFactory

Class used to create metrics sources for Thrift and Thrift2 servers.


Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory
METRICS_DESCRIPTION, METRICS_NAME, THRIFT_ONE_JMX_CONTEXT, THRIFT_ONE_METRICS_CONTEXT, THRIFT_TWO_JMX_CONTEXT, THRIFT_TWO_METRICS_CONTEXT
 
Constructor Summary
MetricsThriftServerSourceFactoryImpl()
           
 
Method Summary
 MetricsThriftServerSource createThriftOneSource()
          Create a Source for a thrift one server
 MetricsThriftServerSource createThriftTwoSource()
          Create a Source for a thrift two server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsThriftServerSourceFactoryImpl

public MetricsThriftServerSourceFactoryImpl()
Method Detail

createThriftOneSource

public MetricsThriftServerSource createThriftOneSource()
Description copied from interface: MetricsThriftServerSourceFactory
Create a Source for a thrift one server

Specified by:
createThriftOneSource in interface MetricsThriftServerSourceFactory

createThriftTwoSource

public MetricsThriftServerSource createThriftTwoSource()
Description copied from interface: MetricsThriftServerSourceFactory
Create a Source for a thrift two server

Specified by:
createThriftTwoSource in interface MetricsThriftServerSourceFactory


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.