public interface TemporalWindow<T>
| Modifier and Type | Method and Description |
|---|---|
T |
every(long length)
Defines the slide interval for this temporal operator
|
T |
every(long length,
TimeUnit timeUnit)
Defines the slide interval for this temporal operator
|
T every(long length, TimeUnit timeUnit)
length - Length of the windowtimeUnit - Unit of timeT every(long length)
length - Length of the windowCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.