java.lang.Object
org.graylog.plugins.views.search.views.widgets.aggregation.AutoIntervalDTO
All Implemented Interfaces:
IntervalDTO

public abstract class AutoIntervalDTO extends Object implements IntervalDTO
  • Field Details

  • Constructor Details

    • AutoIntervalDTO

      public AutoIntervalDTO()
  • Method Details

    • type

      public abstract String type()
      Specified by:
      type in interface IntervalDTO
    • scalingWithDefault

      public double scalingWithDefault()
    • scaling

      public abstract Optional<Double> scaling()