org.apache.hadoop.hbase.ipc
Class MetricsHBaseServerSourceFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceFactory
Direct Known Subclasses:
MetricsHBaseServerSourceFactoryImpl

public abstract class MetricsHBaseServerSourceFactory
extends Object


Constructor Summary
MetricsHBaseServerSourceFactory()
           
 
Method Summary
protected static String createContextName(String serverName)
          From the name of the class that's starting up create the context that an IPC source should register itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsHBaseServerSourceFactory

public MetricsHBaseServerSourceFactory()
Method Detail

createContextName

protected static String createContextName(String serverName)
From the name of the class that's starting up create the context that an IPC source should register itself.

Parameters:
serverName - The name of the class that's starting up.
Returns:
The Camel Cased context name.


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