public class ListenerCollectorConfig extends BaseCollectorConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ListenerCollectorConfig.Measurable |
BaseCollectorConfig.JMeterCollectorType, BaseCollectorConfig.QuantileDefinition| Modifier and Type | Field and Description |
|---|---|
static String |
ASSERTIONS |
static String |
LISTEN_TO |
static String |
MEASURING |
static String |
SAMPLES |
DEFAULT_BUCKET_SIZES, DEFAULT_BUCKET_SIZES_STRING, DEFAULT_HELP_STRING, DEFAULT_QUANTILES, DEFAULT_QUANTILES_STRING, HELP, LABELS, METRIC_NAME_BASE, NAME, QUANTILES_OR_BUCKETS, TYPE| Constructor and Description |
|---|
ListenerCollectorConfig() |
ListenerCollectorConfig(BaseCollectorConfig base) |
| Modifier and Type | Method and Description |
|---|---|
String |
getListenTo() |
String |
getMeasuring() |
ListenerCollectorConfig.Measurable |
getMeasuringAsEnum() |
boolean |
listenToAssertions() |
boolean |
listenToSamples() |
void |
setListenTo(String listenTo) |
void |
setMeasuring(String measuring) |
equals, fromConfig, getBuckets, getCollectorType, getHelp, getLabels, getLabelsAsString, getMetricName, getQuantileOrBucket, getQuantiles, getRandomMetricName, getType, hashCode, newCounter, newGauge, newHistogram, newSummary, parseBucketsFromString, setHelp, setLabels, setLabels, setMetricName, setQuantileOrBucket, setType, toStringaddPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic static final String LISTEN_TO
public static final String MEASURING
public static final String SAMPLES
public static final String ASSERTIONS
public ListenerCollectorConfig()
public ListenerCollectorConfig(BaseCollectorConfig base)
public void setListenTo(String listenTo)
public String getListenTo()
public void setMeasuring(String measuring)
public String getMeasuring()
public ListenerCollectorConfig.Measurable getMeasuringAsEnum()
public boolean listenToSamples()
public boolean listenToAssertions()
Copyright © 2019. All rights reserved.