Package flexagon.fd.model2.pojo
Class ValueStreamHealthMetricsArguments
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.ValueStreamBaseMetricsArguments
flexagon.fd.model2.pojo.ValueStreamHealthMetricsArguments
- All Implemented Interfaces:
Serializable
Arguments that can be passed to the VSM GraphQL API, based on which the flux queries are
constructed
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]String[]booleanvoidsetDiskNames(String[] pDiskNames) voidsetExcludeThreads(String[] pExcludeThreads) voidsetHideEmptyBuckets(boolean pHideEmptyBuckets) voidsetIncludeThreads(String... pIncludeThreads) voidsetMetric(InfluxDBMeasurementEnum pMetric) voidsetTableNames(String... pTableNames) Methods inherited from class flexagon.fd.model2.pojo.ValueStreamBaseMetricsArguments
getAggregatorFunction, getColumnDrops, getColumnGroups, getField, getMapFunction, getPivotFunction, getRangeEnd, getRangeStart, getWindowInterval, isWindowAggregate, isWindowCreateEmpty, setAggregatorFunction, setColumnDrops, setColumnGroups, setField, setMapFunction, setPivotFunction, setRangeEnd, setRangeStart, setWindowAggregate, setWindowCreateEmpty, setWindowInterval
-
Constructor Details
-
ValueStreamHealthMetricsArguments
public ValueStreamHealthMetricsArguments()
-
-
Method Details
-
setMetric
-
getMetric
-
getIncludeThreads
-
setIncludeThreads
-
getExcludeThreads
-
setExcludeThreads
-
getDiskNames
-
setDiskNames
-
getTableNames
-
setTableNames
-
isHideEmptyBuckets
public boolean isHideEmptyBuckets() -
setHideEmptyBuckets
public void setHideEmptyBuckets(boolean pHideEmptyBuckets)
-