Github user ddebrunner commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/91#discussion_r60329452
  
    --- Diff: 
analytics/sensors/src/main/java/quarks/analytics/sensors/Filters.java ---
    @@ -114,4 +114,27 @@ private Filters() {}
     
             return stream.filter(new Deadband<>(value, inBand));
         }
    +    
    +    /**
    +     * A filter that discards tuples received during the "deadtime period"
    +     * following a tuple this is allowed to pass through.
    +     * <p>
    +     * E.g., for a deadtime period of 30 minutes, after letting a tuple
    +     * pass through, any tuples received during the next 30 minutes are
    +     * filtered out.  Then the next arriving tuple is passed through and
    +     * a new deadtime period is begun.
    +     * </p><p>
    +     * See {@link Deadtime} for information about changing the deadtime 
period
    --- End diff --
    
    Is this for the future, as there's no mechanism for the caller of this 
method to change the period?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to