Search in sources :

Example 1 with Delay

use of org.apache.asterix.event.schema.pattern.Delay in project asterixdb by apache.

the class PatternCreator method addInitialDelay.

private void addInitialDelay(Pattern p, int delay, String unit) {
    Delay d = new Delay(new Value(null, Integer.toString(delay)), unit);
    p.setDelay(d);
}
Also used : Value(org.apache.asterix.event.schema.pattern.Value) Delay(org.apache.asterix.event.schema.pattern.Delay)

Aggregations

Delay (org.apache.asterix.event.schema.pattern.Delay)1 Value (org.apache.asterix.event.schema.pattern.Value)1