org.apache.hadoop.hbase.ipc
Class MetricsHBaseServerSourceFactory
java.lang.Object
org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceFactory
- Direct Known Subclasses:
- MetricsHBaseServerSourceFactoryImpl
public abstract class MetricsHBaseServerSourceFactory
- extends Object
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 |
MetricsHBaseServerSourceFactory
public MetricsHBaseServerSourceFactory()
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 © 2015 The Apache Software Foundation. All rights reserved.