org.htrace
Class HTraceConfiguration
java.lang.Object
org.htrace.HTraceConfiguration
public abstract class HTraceConfiguration
- extends Object
Wrapper which integrating applications should implement in order
to provide tracing configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTraceConfiguration
public HTraceConfiguration()
fromMap
public static HTraceConfiguration fromMap(Map<String,String> conf)
get
public abstract String get(String key)
get
public abstract String get(String key,
String defaultValue)
getBoolean
public boolean getBoolean(String key,
boolean defaultValue)
getInt
public int getInt(String key,
int defaultVal)
Copyright © 2014. All Rights Reserved.