public class CustomGraphConsumer extends AbstractOverTimeGraphConsumer implements SampleConsumer
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORT_GENERATOR_PROPERTIES |
static String |
RESULT_CONTENT_MESSAGE |
static String |
RESULT_SAMPLE_VARIABLE_NAME |
static String |
RESULT_X_AXIS |
static String |
RESULT_Y_AXIS |
RESULT_CTX_GRANULARITYDEFAULT_AGGREGATED_KEYS_SERIES_FORMAT, DEFAULT_GROUP, DEFAULT_OVERALL_SERIES_FORMAT, RESULT_MAX_X, RESULT_MAX_Y, RESULT_MIN_X, RESULT_MIN_Y, RESULT_SERIES, RESULT_SERIES_DATA, RESULT_SERIES_IS_CONTROLLER, RESULT_SERIES_IS_OVERALL, RESULT_SERIES_NAME, RESULT_SUPPORTS_CONTROLLERS_DISCRIMINATION, RESULT_TITLE| Constructor and Description |
|---|
CustomGraphConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,GroupInfo> |
createGroupInfos() |
protected TimeStampKeysSelector |
createTimeStampKeysSelector()
Creates the time stamp keys selector.
|
String |
getContentMessage()
Gets the content message.
|
boolean |
getIsNativeSampleVariableName()
Only used for junit tests.
|
String |
getSampleVariableName()
Gets the sampleVariableName.
|
String |
getXAxis()
Gets the X Axis.
|
String |
getYAxis()
Gets the Y Axis.
|
protected void |
initializeExtraResults(MapResultData parentResult)
Inherited classes can add properties to the result
|
void |
setContentMessage(String message)
Sets the contentMessage.
|
void |
setSampleVariableName(String sampleVarName)
Sets the sampleVariableName.
|
void |
setXAxis(String axis)
Sets the xAxis.
|
void |
setYAxis(String axis)
Sets the yAxis.
|
createKeysSelector, getGranularity, initialize, setGranularityconsume, createSerieResult, getAggregatedKeysSeriesFormat, getGroupInfos, getInvertsKeysAndValues, getKeysSelector, getOverallSeriesFormat, getTitle, rendersPercentiles, setAggregatedKeysSeriesFormat, setOverallSeriesFormat, setRenderPercentiles, setRevertKeysAndValues, setTitle, startConsuming, stopConsumingaddSampleConsumer, getConsumedChannelCount, getConsumedMetadata, getConsumer, getDataFromContext, getName, getWorkingDirectory, produce, removeSampleConsumer, setChannelAttribute, setConsumedMetadata, setDataToContext, setName, setProducedMetadata, setSampleConsumer, setSampleConsumers, setSampleContext, startProducing, stopProducinggetChannelAttribute, getSampleContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsume, setConsumedMetadata, startConsuming, stopConsuminggetChannelAttribute, getSampleContext, setChannelAttribute, setSampleContextpublic static final String RESULT_Y_AXIS
public static final String RESULT_X_AXIS
public static final String RESULT_SAMPLE_VARIABLE_NAME
public static final String RESULT_CONTENT_MESSAGE
public static final String REPORT_GENERATOR_PROPERTIES
public boolean getIsNativeSampleVariableName()
public String getYAxis()
public String getXAxis()
public void setYAxis(String axis)
axis - the yAxis to setpublic void setXAxis(String axis)
axis - the xAxis to setpublic void setContentMessage(String message)
message - the message to setpublic String getContentMessage()
public String getSampleVariableName()
public void setSampleVariableName(String sampleVarName)
sampleVarName - the sampleVariableName to setprotected void initializeExtraResults(MapResultData parentResult)
AbstractGraphConsumerinitializeExtraResults in class AbstractOverTimeGraphConsumerparentResult - the parent resultprotected TimeStampKeysSelector createTimeStampKeysSelector()
AbstractOverTimeGraphConsumercreateTimeStampKeysSelector in class AbstractOverTimeGraphConsumerprotected Map<String,GroupInfo> createGroupInfos()
createGroupInfos in class AbstractOverTimeGraphConsumerCopyright © 1998-2021 Apache Software Foundation. All Rights Reserved.