public class ApdexThresholdsInfo extends Object
| Constructor and Description |
|---|
ApdexThresholdsInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSatisfiedThreshold()
Gets the satisfied users threshold (T).
|
long |
getToleratedThreshold()
Gets the tolerated threshold (F).
|
void |
setSatisfiedThreshold(long satisfiedThreshold)
Sets the satisfied users threshold (T).
|
void |
setToleratedThreshold(long toleratedThreshold)
Sets the tolerated threshold (F).
|
public final long getSatisfiedThreshold()
public final void setSatisfiedThreshold(long satisfiedThreshold)
satisfiedThreshold - the satisfied threshold to setpublic final long getToleratedThreshold()
public final void setToleratedThreshold(long toleratedThreshold)
toleratedThreshold - the tolerated threshold to setCopyright © 1998-2017 Apache Software Foundation. All Rights Reserved.