Class StdDev
java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.series.StdDev
- All Implemented Interfaces:
HasField,PivotSpec,SeriesSpec
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.plugins.views.search.searchtypes.pivot.SeriesSpec
SeriesSpec.Fallback -
Field Summary
FieldsFields inherited from interface org.graylog.plugins.views.search.searchtypes.pivot.SeriesSpec
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StdDev.Builderbuilder()abstract Stringfield()abstract Stringid()literal()Override if your series are based on "stats" or "extended stats" aggregation, to give exact name of the subfield of those aggregations which represents the series.abstract StdDev.Builderabstract Stringtype()
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
StdDev
public StdDev()
-
-
Method Details
-
type
- Specified by:
typein interfaceSeriesSpec
-
id
- Specified by:
idin interfaceSeriesSpec
-
field
-
statsSubfieldName
Description copied from interface:SeriesSpecOverride if your series are based on "stats" or "extended stats" aggregation, to give exact name of the subfield of those aggregations which represents the series.- Specified by:
statsSubfieldNamein interfaceSeriesSpec
-
literal
- Specified by:
literalin interfaceSeriesSpec
-
toBuilder
-
withId
- Specified by:
withIdin interfaceSeriesSpec
-
builder
-