Class Variance
java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.series.Variance
- 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 Variance.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 Variance.Builderabstract Stringtype()
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Variance
public Variance()
-
-
Method Details
-
type
- Specified by:
typein interfaceSeriesSpec
-
id
- Specified by:
idin interfaceSeriesSpec
-
field
-
literal
- Specified by:
literalin interfaceSeriesSpec
-
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
-
toBuilder
-
withId
- Specified by:
withIdin interfaceSeriesSpec
-
builder
-