public class ElapsedTimeValueSelector
extends java.lang.Object
| Constructor and Description |
|---|
ElapsedTimeValueSelector(boolean ignoreTransactionController) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isIgnoreTransactionController() |
java.lang.Double |
select(java.lang.String series,
Sample sample)
Do a projection from a sample to the value to aggregate for the specified
series and key.
|
public ElapsedTimeValueSelector(boolean ignoreTransactionController)
ignoreTransactionController - boolean ignore SampleResult generated by TransactionControllerpublic java.lang.Double select(java.lang.String series,
Sample sample)
GraphValueSelectorseries - the series where the value will be aggregatedsample - the sampleprotected boolean isIgnoreTransactionController()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.