All Superinterfaces:
PivotSpec
All Known Implementing Classes:
Average, Cardinality, Count, Latest, Max, Min, Percentage, Percentile, SeriesSpec.Fallback, StdDev, Sum, SumOfSquares, Variance

public interface SeriesSpec extends PivotSpec
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
     
    default String
     
    default Optional<String>
    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.
     
     
  • Field Details

  • Method Details

    • type

      String type()
    • id

      @Nullable String id()
    • literal

      default String literal()
    • withId

      SeriesSpec withId(String id)
    • statsSubfieldName

      default Optional<String> statsSubfieldName()
      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.