Interface TimestampAware

All Known Implementing Classes:
Delta, FirstOverTime, Idelta, Increase, Irate, LastOverTime, Rate, TBucket, TRange

public interface TimestampAware
Marker interface to identify classes of functions that operate on the {code @timestamp} field of an index. Implementations of this interface need to expect the associated Attribute to be passed as the following argument after the Source one, which is always the first one.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details