org.apache.hadoop.hbase.trace
Class HBaseHTraceConfiguration

java.lang.Object
  extended by org.cloudera.htrace.HTraceConfiguration
      extended by org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration

public class HBaseHTraceConfiguration
extends org.cloudera.htrace.HTraceConfiguration


Field Summary
static String KEY_PREFIX
           
 
Constructor Summary
HBaseHTraceConfiguration(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 String get(String key)
           
 String get(String key, String defaultValue)
           
 boolean getBoolean(String key, boolean defaultValue)
           
 
Methods inherited from class org.cloudera.htrace.HTraceConfiguration
fromMap, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PREFIX

public static final String KEY_PREFIX
See Also:
Constant Field Values
Constructor Detail

HBaseHTraceConfiguration

public HBaseHTraceConfiguration(org.apache.hadoop.conf.Configuration conf)
Method Detail

get

public String get(String key)
Specified by:
get in class org.cloudera.htrace.HTraceConfiguration

get

public String get(String key,
                  String defaultValue)
Specified by:
get in class org.cloudera.htrace.HTraceConfiguration

getBoolean

public boolean getBoolean(String key,
                          boolean defaultValue)
Overrides:
getBoolean in class org.cloudera.htrace.HTraceConfiguration


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