public interface ApmConfigurationMBean
| Modifier and Type | Method and Description |
|---|---|
void |
addToBlackList(String className) |
void |
addToWhiteList(String className) |
String |
getBlackList() |
int |
getMethodMetricDepth() |
String |
getStrategy() |
int |
getThreadMetricDepth() |
String |
getWhiteList() |
boolean |
isAsyncTransformation() |
boolean |
isDebug() |
boolean |
isTrace() |
void |
setAsyncTransformation(boolean asyncTransformation) |
void |
setBlackList(String blackList) |
void |
setDebug(boolean debug) |
void |
setMethodMetricDepth(int methodMetricDepth) |
void |
setStrategy(String strategy) |
void |
setThreadMetricDepth(int threadMetricDepth) |
void |
setTrace(boolean trace) |
void |
setWhiteList(String whiteList) |
String getWhiteList()
void setWhiteList(String whiteList)
String getBlackList()
void setBlackList(String blackList)
void addToBlackList(String className)
void addToWhiteList(String className)
boolean isTrace()
void setTrace(boolean trace)
boolean isDebug()
void setDebug(boolean debug)
boolean isAsyncTransformation()
void setAsyncTransformation(boolean asyncTransformation)
int getThreadMetricDepth()
void setThreadMetricDepth(int threadMetricDepth)
int getMethodMetricDepth()
void setMethodMetricDepth(int methodMetricDepth)
String getStrategy()
void setStrategy(String strategy)
Copyright © 2011–2015 Red Hat. All rights reserved.