public class TransactionConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Double> |
getDefaultDisplayedPercentiles() |
String |
getDefaultDisplayedTransactionType() |
int |
getProfilingIntervalMillis() |
int |
getSlowThresholdMillis() |
String |
getVersion() |
int |
hashCode() |
void |
setDefaultDisplayedPercentiles(List<Double> defaultDisplayedPercentiles) |
void |
setDefaultDisplayedTransactionType(String defaultDisplayedTransactionType) |
void |
setProfilingIntervalMillis(int profilingIntervalMillis) |
void |
setSlowThresholdMillis(int slowThresholdMillis) |
String |
toString() |
public int getSlowThresholdMillis()
public void setSlowThresholdMillis(int slowThresholdMillis)
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.