public class GeneralConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Double> |
getDefaultDisplayedPercentiles() |
String |
getDefaultDisplayedTransactionType() |
int |
getProfilingIntervalMillis() |
int |
getTraceStoreThresholdMillis() |
String |
getVersion() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setDefaultDisplayedPercentiles(List<Double> defaultDisplayedPercentiles) |
void |
setDefaultDisplayedTransactionType(String defaultDisplayedTransactionType) |
void |
setEnabled(boolean enabled) |
void |
setProfilingIntervalMillis(int profilingIntervalMillis) |
void |
setTraceStoreThresholdMillis(int traceStoreThresholdMillis) |
String |
toString() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getTraceStoreThresholdMillis()
public void setTraceStoreThresholdMillis(int traceStoreThresholdMillis)
public int getProfilingIntervalMillis()
public void setProfilingIntervalMillis(int profilingIntervalMillis)
public String getDefaultDisplayedTransactionType()
public void setDefaultDisplayedTransactionType(String defaultDisplayedTransactionType)
public void setDefaultDisplayedPercentiles(List<Double> defaultDisplayedPercentiles)
public String getVersion()
Copyright © 2011–2015 Glowroot contributors. All rights reserved.