static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |