org.apache.hadoop.hbase.thrift
Class MetricsThriftServerSourceFactoryImpl
java.lang.Object
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 in hadoop 1's compat
library.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsThriftServerSourceFactoryImpl
public MetricsThriftServerSourceFactoryImpl()
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 © 2007–2015 The Apache Software Foundation. All rights reserved.